Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianichitei committed May 8, 2024
1 parent e12c77a commit ecba441
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,22 @@ jobs:
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'
'*-windows-release.zip'
subject-path: bin\x64\Release\disasmtool.exe
- name: Attest Build Provenance 2
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 3
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
if: ${{ github.event_name == 'release' }}
uses: AButler/upload-release-assets@v2.0.2
Expand Down

0 comments on commit ecba441

Please sign in to comment.