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 c5db245 commit a830435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare_renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
# key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
- name: create an archive
run: |
zip -r ${{ github.workspace }}/${{ github.event.repository.name }}/renv.zip ${{ github.workspace }}/${{ github.event.repository.name }}/renv.zip
zip -r ${{ github.workspace }}/renv.zip ${{ github.workspace }}/renv.zip
- uses: actions/upload-artifact@v3
if: always()
with:
name: community_renv
path: |
${{ github.workspace }}/${{ github.event.repository.name }}/renv.zip
${{ github.workspace }}/renv.zip
retention-days: 30
# - name: Remove .gitignore inside renv/ to save binaries
# run: |
Expand Down

0 comments on commit a830435

Please sign in to comment.