mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 10:16:15 +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
|
||||
id-token: write
|
||||
attestations: write
|
||||
artifact-metadata: write
|
||||
|
||||
concurrency:
|
||||
group: release-${{ github.ref }}
|
||||
@@ -56,7 +57,10 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Attest Release Checksums
|
||||
- name: Attest Release Artifacts
|
||||
uses: actions/attest@v4
|
||||
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