Update build_test.yaml

This commit is contained in:
Kvintilyanov Aleksandr 2025-03-03 17:02:50 +03:00 committed by GitHub
parent ed54a092e4
commit 55ba097b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,13 +41,13 @@ jobs:
/DBUILD_DIR=../${{ env.RELEASE_NAME }}-debug
/DOUTPUT_FILE=../${{ env.RELEASE_NAME }}-setup-debug.exe
- name: 'Upload Artifact debug.zip'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: debug.zip
path: ${{ env.RELEASE_NAME }}-debug.zip
retention-days: 14
- name: 'Upload Artifact setup-debug.exe'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: setup-debug.exe
path: ${{ env.RELEASE_NAME }}-setup-debug.exe