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 2f53b0c commit 2777987
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,19 @@ jobs:
del bin\Win32\Release\*.ipdb
tar.exe -acf x64-windows-release.zip bin\x64\Release
tar.exe -acf x86-windows-release.zip bin\Win32\Release
- name: Debug
run: |
dir .
dir bin
dir bin\Win32
dir bin\Win32\Release
- name: Attest Build Provenance
if: ${{ github.event_name == 'release' }}
uses: actions/attest-build-provenance@v1.1.0
with:
subject-path: |
'bin\**\Release\*'
'bin\Win32\Release\*'
'bin\x64\Release\*'
'*-windows-release.zip'
- name: Release
if: ${{ github.event_name == 'release' }}
Expand Down

0 comments on commit 2777987

Please sign in to comment.