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 ecba441 commit 567a24b
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,14 @@ jobs:
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 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
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
- name: Release
if: ${{ github.event_name == 'release' }}
uses: AButler/upload-release-assets@v2.0.2
Expand Down

0 comments on commit 567a24b

Please sign in to comment.