diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:54:04 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-25 22:54:04 +0200 |
commit | 89da1ee698c439a86df70993f9fc002173ba486a (patch) | |
tree | c68a83fefee2209b55169fa5333e7da3ea2692e8 | |
parent | 9cd17187c7af4cf410084b505d4139cc826ff815 (diff) | |
download | FlightCore-89da1ee698c439a86df70993f9fc002173ba486a.tar.gz FlightCore-89da1ee698c439a86df70993f9fc002173ba486a.zip |
Only add build binaries to artifacts
-rw-r--r-- | .github/workflows/push-test.yml | 4 |
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 |