From ecba4412f5c1a484902a4510ad411326c295218b Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Wed, 8 May 2024 11:23:02 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05c7c1f..9da832b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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