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 dcf6219 commit dcc7146
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 @@ -53,7 +53,7 @@ jobs:
tree .
- name: create an archive
run: |
zip -r${{ github.workspace }}/${{ github.event.repository.name }}/renv.zip ${{ github.workspace }}/${{ github.event.repository.name }}/renv
zip -r ${{ github.workspace }}/${{ github.event.repository.name }}/renv.zip ${{ github.workspace }}/${{ github.event.repository.name }}/renv
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit dcc7146

Please sign in to comment.