aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-25 21:20:43 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-25 21:20:43 +0200
commitc138e88a118bdfde1e696f2f8d5b6dabf4970cbb (patch)
tree0c2e75dbdec1c36ccbb47bd22cc3f5bf2045e807 /.github
parent9a88a91906b183126bbe294de4297d436538be73 (diff)
downloadFlightCore-c138e88a118bdfde1e696f2f8d5b6dabf4970cbb.tar.gz
FlightCore-c138e88a118bdfde1e696f2f8d5b6dabf4970cbb.zip
Fix CI hopefully
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml
index 64cef7ba..05a28f3b 100644
--- a/.github/workflows/push-test.yml
+++ b/.github/workflows/push-test.yml
@@ -25,7 +25,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install app dependencies and build it
- run: npm install && npm run build
+ run: npm install && npm run tauri build
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}