1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 14:08:08 +00:00

Update ci.yml

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

View File

@ -107,8 +107,12 @@ jobs:
uses: actions/attest-build-provenance@v1.1.0
with:
subject-path: |
'bin\**\Release\*.exe'
'bin\**\Release\*.lib'
'bin\x64\Release\disasmtool.exe'
'bin\x64\Release\bddisasm.lib'
'bin\x64\Release\bdshemu.lib'
'bin\Win32\Release\disasmtool.exe'
'bin\Win32\Release\bddisasm.lib'
'bin\Win32\Release\bdshemu.lib'
'*-windows-release.zip'
- name: Release
if: ${{ github.event_name == 'release' }}