Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
fi
build:
needs: prepare
permissions:
contents: write
id-token: write
attestations: write
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -98,6 +102,10 @@ jobs:
run: |
install -m 0755 _build/default/bin/main.exe \
"affinescript-${{ matrix.target }}"
- name: Attest build provenance
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
with:
subject-path: 'affinescript-${{ matrix.target }}'
- name: Upload the binary to the release
env:
GH_TOKEN: ${{ github.token }}
Expand Down
Loading