Skip to content

Commit

Permalink
Attest を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Jun 7, 2024
1 parent df2f88f commit 1eefd87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
attestations: write
steps:

- name: Checkout
Expand Down Expand Up @@ -86,6 +88,11 @@ jobs:
cp -f app/build/outputs/bundle/debug/app-debug.aab ${{ env.repo }}-${{ env.version }}@${{ env.commit }}.aab
fi
- name: Attest
uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ env.repo }}-${{ env.version }}*.a*

- name: Upload APK
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1eefd87

Please sign in to comment.