mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 18:26:16 +00:00
Merge pull request #19 from GMwalletApp/hotfix/release-attestation
fix(ci): sync release attestation hotfix back to dev
This commit is contained in:
@@ -9,6 +9,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
id-token: write
|
id-token: write
|
||||||
attestations: write
|
attestations: write
|
||||||
|
artifact-metadata: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: release-${{ github.ref }}
|
group: release-${{ github.ref }}
|
||||||
@@ -56,7 +57,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Attest Release Checksums
|
- name: Attest Release Artifacts
|
||||||
uses: actions/attest@v4
|
uses: actions/attest@v4
|
||||||
with:
|
with:
|
||||||
subject-checksums: src/dist/epusdt_${{ github.ref_name }}_checksums.txt
|
subject-path: |
|
||||||
|
src/dist/*.tar.gz
|
||||||
|
src/dist/*.zip
|
||||||
|
src/dist/*_checksums.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user