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 5276192 commit dcf6219
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,9 +48,12 @@ jobs:
# with:
# path: ${{ github.workspace }}/${{ github.event.repository.name }}/renv
# key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
- name: print tree
run: |
tree .
- name: create an archive
run: |
zip -r ${{ github.workspace }}/renv.zip ${{ github.workspace }}/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 dcf6219

Please sign in to comment.