From 493ab511d83a991ce1e942fb5deb83092b2f33f6 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 25 Aug 2022 22:00:32 +0200 Subject: Upload CI build artifacts --- .github/workflows/push-test.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 05a28f3b..79ed50f8 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -29,3 +29,8 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload Build Artifact + uses: actions/upload-artifact@v2 + with: + path: | + src-tauri/target/release/bundle/*/* -- cgit v1.2.3