mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
Workflow: Fix GitHub Actions
This commit is contained in:
parent
78d58fe352
commit
17d6c72c8b
4
.github/workflows/build_test.yaml
vendored
4
.github/workflows/build_test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue