mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-06-27 10:52:35 +00:00
Try Artifact Attestations
This commit is contained in:
parent
1fa6505b28
commit
802f2854cd
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -68,6 +68,9 @@ jobs:
|
|||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
attestations: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Add msbuild to PATH
|
- name: Add msbuild to PATH
|
||||||
@ -91,6 +94,11 @@ jobs:
|
|||||||
del bin\Win32\Release\*.ipdb
|
del bin\Win32\Release\*.ipdb
|
||||||
tar.exe -acf x64-windows-release.zip bin\x64\Release
|
tar.exe -acf x64-windows-release.zip bin\x64\Release
|
||||||
tar.exe -acf x86-windows-release.zip bin\Win32\Release
|
tar.exe -acf x86-windows-release.zip bin\Win32\Release
|
||||||
|
- name: Attest Build Provenance
|
||||||
|
if: ${{ github.event_name == 'release' }}
|
||||||
|
uses: actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940 # v1.0.0
|
||||||
|
with:
|
||||||
|
subject-path: '*-windows-release.zip'
|
||||||
- name: Release
|
- name: Release
|
||||||
if: ${{ github.event_name == 'release' }}
|
if: ${{ github.event_name == 'release' }}
|
||||||
uses: AButler/upload-release-assets@v2.0.2
|
uses: AButler/upload-release-assets@v2.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user