From d05cd2acd3971da761261990ad774e681d1d7e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Thu, 8 Dec 2022 21:14:40 +0100 Subject: [PATCH] Upload artifacts on build --- .github/workflows/build_test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 025391c..d0da6fe 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -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