1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-12-22 14:08:08 +00:00

Update ci.yml

This commit is contained in:
Anichitei Ionel-Cristinel 2024-05-08 10:49:10 +03:00 committed by GitHub
parent 2f53b0c228
commit 2777987530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' }}