Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Sep 8, 2024
1 parent a2436af commit 5e60225
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Run build script
run: |
python build.py ${{ matrix.architecture }} 3.7.9
- name: Generate attestation for artifact
uses: actions/attest-build-provenance@v1
with:
subject-path: build/${{ matrix.fname }}.zip
# - name: Generate attestation for artifact
# uses: actions/attest-build-provenance@v1
# with:
# subject-path: build/${{ matrix.fname }}.zip
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.fname }}
Expand Down

0 comments on commit 5e60225

Please sign in to comment.