From 925d8e5c1a6370403a0422a1774fa6540969c8d6 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 29 Sep 2022 13:18:40 +0200 Subject: fix: Update CI for new UI framework --- .github/workflows/push-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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: -- cgit v1.2.3