Skip to content

Commit

Permalink
park attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
iambenzo committed Nov 22, 2024
1 parent f6339d3 commit 077e53c
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,22 @@ jobs:
path: artifacts
merge-multiple: true

- name: Create attestation for all builds
uses: actions/attest-build-provenance@v1
with:
subject-path: |
artifacts/PKGBUILD
artifacts/*_aarch64.dmg
artifacts/*_x64.dmg
artifacts/*_amd64.deb
artifacts/*_x86_64.AppImage
artifacts/*.msi
artifacts/*_x64-setup.exe
artifacts/ktr_win_x64.exe
artifacts/ktr_linux_amd64
artifacts/ktr_mac_x64
artifacts/ktr_mac_aarch64
# - name: Create attestation for all builds
# uses: actions/attest-build-provenance@v1
# with:
# subject-path: |
# artifacts/PKGBUILD
# artifacts/*_aarch64.dmg
# artifacts/*_x64.dmg
# artifacts/*_amd64.deb
# artifacts/*_x86_64.AppImage
# artifacts/*.msi
# artifacts/*_x64-setup.exe
# artifacts/ktr_win_x64.exe
# artifacts/ktr_linux_amd64
# artifacts/ktr_mac_x64
# artifacts/ktr_mac_aarch64

- name: Release to GitHub
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 077e53c

Please sign in to comment.