Skip to content

Commit

Permalink
update attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Jun 1, 2024
1 parent 4219c0b commit 8547551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
bundler-cache: true
- name: Build with Gradle
run: |
./gradlew --no-daemon -s bootZip buildDeb installBootDist
./gradlew --no-daemon -s build buildDeb installBootDist
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down Expand Up @@ -106,5 +106,5 @@ jobs:
- name: Attest
uses: actions/attest-build-provenance@v1
with:
subject-path: 'build/distributions/*'
subject-path: 'build/distributions/${{ steps.get_zip.outputs.filename }},build/distributions/${{ steps.get_deb.outputs.filename }}'

0 comments on commit 8547551

Please sign in to comment.