1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-18 11:00:57 +00:00

Update ci.yml

This commit is contained in:
Anichitei Ionel-Cristinel 2024-05-08 11:23:02 +03:00 committed by GitHub
parent e12c77a4cd
commit ecba4412f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,14 +108,22 @@ 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: | subject-path: bin\x64\Release\disasmtool.exe
'.\bin\x64\Release\disasmtool.exe' - name: Attest Build Provenance 2
'.\bin\x64\Release\bddisasm.lib' if: ${{ github.event_name == 'release' }}
'.\bin\x64\Release\bdshemu.lib' uses: actions/attest-build-provenance@v1.1.0
'.\bin\Win32\Release\disasmtool.exe' with:
'.\bin\Win32\Release\bddisasm.lib' subject-path: .\bin\x64\Release\disasmtool.exe
'.\bin\Win32\Release\bdshemu.lib' - name: Attest Build Provenance 3
'*-windows-release.zip' if: ${{ github.event_name == 'release' }}
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