diff --git a/.github/workflows/prepare_renv.yml b/.github/workflows/prepare_renv.yml index b346c2a..d08154f 100644 --- a/.github/workflows/prepare_renv.yml +++ b/.github/workflows/prepare_renv.yml @@ -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: |