mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-03 11:50:55 +00:00
Update ci.yml
This commit is contained in:
parent
ecba4412f5
commit
567a24b4f2
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -108,22 +108,14 @@ jobs:
|
|||||||
if: ${{ github.event_name == 'release' }}
|
if: ${{ github.event_name == 'release' }}
|
||||||
uses: actions/attest-build-provenance@v1.1.0
|
uses: actions/attest-build-provenance@v1.1.0
|
||||||
with:
|
with:
|
||||||
subject-path: bin\x64\Release\disasmtool.exe
|
subject-path: |
|
||||||
- name: Attest Build Provenance 2
|
.\bin\x64\Release\disasmtool.exe
|
||||||
if: ${{ github.event_name == 'release' }}
|
.\bin\x64\Release\bddisasm.lib
|
||||||
uses: actions/attest-build-provenance@v1.1.0
|
.\bin\x64\Release\bdshemu.lib
|
||||||
with:
|
.\bin\Win32\Release\disasmtool.exe
|
||||||
subject-path: .\bin\x64\Release\disasmtool.exe
|
.\bin\Win32\Release\bddisasm.lib
|
||||||
- name: Attest Build Provenance 3
|
.\bin\Win32\Release\bdshemu.lib
|
||||||
if: ${{ github.event_name == 'release' }}
|
*-windows-release.zip
|
||||||
uses: actions/attest-build-provenance@v1.1.0
|
|
||||||
with:
|
|
||||||
subject-path: bin/x64/Release/disasmtool.exe
|
|
||||||
- name: Attest Build Provenance 4
|
|
||||||
if: ${{ github.event_name == 'release' }}
|
|
||||||
uses: actions/attest-build-provenance@v1.1.0
|
|
||||||
with:
|
|
||||||
subject-path: ./bin/x64/Release/disasmtool.exe
|
|
||||||
- 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