Skip to content

Commit

Permalink
[actions] don't archive or virus scan cache archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored Apr 19, 2024
1 parent 3ab9871 commit 9d1b298
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,19 +469,19 @@ jobs:
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
*.tar.xz
*.zip
*.msi
gyb*.tar.xz
gyb*.zip
gyb*.msi
- name: Archive artifacts
uses: actions/upload-artifact@v4
if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal == 'build'
with:
name: ${{ matrix.jid }}
path: |
*.tar.xz
*.zip
*.msi
gyb*.tar.xz
gyb*.zip
gyb*.msi
- name: Tar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9d1b298

Please sign in to comment.