diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-10-03 00:52:37 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-10-03 00:52:37 +0200 |
commit | b23c2b5c2dccb3b33247525a43c4f344d0ba16f3 (patch) | |
tree | 3dc1828dfd2bd183f8024c23c794a86c991468cf | |
parent | 6e330e457efff228f7094cab8ac1d7518a6bcb9e (diff) | |
parent | 58de6387e670a44ae3582955a159607ebb868f03 (diff) | |
download | FlightCore-b23c2b5c2dccb3b33247525a43c4f344d0ba16f3.tar.gz FlightCore-b23c2b5c2dccb3b33247525a43c4f344d0ba16f3.zip |
Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-ui
-rw-r--r-- | .github/workflows/push-test.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index c4a4f717..404391e3 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -43,7 +43,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: 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: |