Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee authored May 3, 2024
1 parent 4a5adae commit 6fde730
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,11 @@ jobs:
$gyb --action backup --email $gyb_user --service-account --local-folder sa-backup
$gyb --action backup-chat --email $gyb_user
- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: gyb*.{tar.xz,zip,msi}

- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal == 'build'
Expand All @@ -488,14 +493,6 @@ jobs:
gyb*.zip
gyb*.msi
- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1
with:
subject-path: |
gyb*.tar.xz
gyb*.zip
gyb*.msi
- name: Tar Cache archive
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 6fde730

Please sign in to comment.