Skip to content

Commit

Permalink
patch: fix upload artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Feb 29, 2024
1 parent dcc7146 commit 107f382
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 @@ -59,7 +59,7 @@ jobs:
with:
name: community_renv
path: |
${{ github.workspace }}/renv.zip
${{ github.workspace }}/${{ github.event.repository.name }}/renv.zip
retention-days: 30
# - name: Remove .gitignore inside renv/ to save binaries
# run: |
Expand Down

0 comments on commit 107f382

Please sign in to comment.