Skip to content

Commit

Permalink
patch: test artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Feb 29, 2024
1 parent 0c416f5 commit c5db245
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/prepare_renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,15 @@ jobs:
# with:
# path: ${{ github.workspace }}/${{ github.event.repository.name }}/renv
# 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
- uses: actions/upload-artifact@v3
if: always()
with:
name: community_renv
path: |
${{ github.workspace }}/${{ github.event.repository.name }}/renv
${{ 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 c5db245

Please sign in to comment.