diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:00:32 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:00:32 +0200 |
commit | 493ab511d83a991ce1e942fb5deb83092b2f33f6 (patch) | |
tree | e2c668e3fec8daab0eabfd94588baee63e23db30 /.github | |
parent | c138e88a118bdfde1e696f2f8d5b6dabf4970cbb (diff) | |
download | FlightCore-493ab511d83a991ce1e942fb5deb83092b2f33f6.tar.gz FlightCore-493ab511d83a991ce1e942fb5deb83092b2f33f6.zip |
Upload CI build artifacts
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-test.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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/*/* |