aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-25 22:54:04 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-25 22:54:04 +0200
commit89da1ee698c439a86df70993f9fc002173ba486a (patch)
treec68a83fefee2209b55169fa5333e7da3ea2692e8 /.github/workflows
parent9cd17187c7af4cf410084b505d4139cc826ff815 (diff)
downloadFlightCore-89da1ee698c439a86df70993f9fc002173ba486a.tar.gz
FlightCore-89da1ee698c439a86df70993f9fc002173ba486a.zip
Only add build binaries to artifacts
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push-test.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml
index f0669e04..f02a8cb3 100644
--- a/.github/workflows/push-test.yml
+++ b/.github/workflows/push-test.yml
@@ -33,4 +33,6 @@ jobs:
uses: actions/upload-artifact@v2
with:
path: |
- src-tauri/target/release/bundle/*/*
+ src-tauri/target/release/bundle/appimage/*.AppImage
+ src-tauri/target/release/bundle/deb/*.deb
+ src-tauri/target/release/bundle/msi/*.msi