mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
Upload artifacts on build
This commit is contained in:
parent
7e36c818c3
commit
d05cd2acd3
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue