1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-17 21:18:27 +00:00

Update ci.yml

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

View File

@ -107,8 +107,8 @@ jobs:
uses: actions/attest-build-provenance@v1.1.0 uses: actions/attest-build-provenance@v1.1.0
with: with:
subject-path: | subject-path: |
'bin\Win32\Release\*' 'bin\**\Release\*.exe'
'bin\x64\Release\*' 'bin\**\Release\*.lib'
'*-windows-release.zip' '*-windows-release.zip'
- name: Release - name: Release
if: ${{ github.event_name == 'release' }} if: ${{ github.event_name == 'release' }}