Skip to content

Commit

Permalink
ci: Generate provenance for aapt2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Nov 22, 2024
1 parent 8285e73 commit 47f8582
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
id-token: write
attestations: write
strategy:
matrix:
target_arch: [x86_64, x86, arm64-v8a, armeabi-v7a]
Expand All @@ -35,6 +38,11 @@ jobs:
env:
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}/toolchains/llvm/prebuilt/linux-x86_64

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: dist-${{ matrix.target_arch }}

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 47f8582

Please sign in to comment.