Skip to content

Commit

Permalink
Update prepare_renv.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Feb 29, 2024
1 parent a830435 commit 5276192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
- name: create an archive
run: |
zip -r ${{ github.workspace }}/renv.zip ${{ github.workspace }}/renv.zip
zip -r ${{ github.workspace }}/renv.zip ${{ github.workspace }}/renv
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 5276192

Please sign in to comment.