aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2022-10-03 00:17:25 +0200
committerGitHub <noreply@github.com>2022-10-03 00:17:25 +0200
commit58de6387e670a44ae3582955a159607ebb868f03 (patch)
tree04b99ddd6530cd1eee0c238d60ac4d282fe0deb0 /.github/workflows/release.yml
parenta4b14e2c0edbbae1d399009ad9d691e7c30d4571 (diff)
parent925d8e5c1a6370403a0422a1774fa6540969c8d6 (diff)
downloadFlightCore-58de6387e670a44ae3582955a159607ebb868f03.tar.gz
FlightCore-58de6387e670a44ae3582955a159607ebb868f03.zip
Merge pull request #4 from GeckoEidechse/fix-ci
Update CI for new UI framework
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d38f557c..48ac5348 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
run: |
npm install
- ./node_modules/.bin/rollup --config
+ cd src-vue && npm install && cd ..
npm run tauri build
- uses: tauri-apps/tauri-action@v0
env: