mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-22 08:20:26 +01:00
Upload artifacts on build
This commit is contained in:
parent
7e36c818c3
commit
d05cd2acd3
6
.github/workflows/build_test.yaml
vendored
6
.github/workflows/build_test.yaml
vendored
|
|
@ -29,3 +29,9 @@ jobs:
|
|||
files: ${{ env.SteamDeckTools }}-debug
|
||||
dest: ${{ env.SteamDeckTools }}-debug.zip
|
||||
recursive: true
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: debug-build
|
||||
path: ${{ env.SteamDeckTools }}-debug
|
||||
retention-days: 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue