Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianichitei authored May 8, 2024
1 parent 02d5b98 commit e12c77a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,19 @@ jobs:
dir bin
dir bin\Win32
dir bin\Win32\Release
dir bin\x64
dir bin\x64\Release
- name: Attest Build Provenance
if: ${{ github.event_name == 'release' }}
uses: actions/attest-build-provenance@v1.1.0
with:
subject-path: |
'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'
'.\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' }}
Expand Down

0 comments on commit e12c77a

Please sign in to comment.