Skip to content

Commit

Permalink
[from now] 2023/10/12 22:28:35
Browse files Browse the repository at this point in the history
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9632ef5..426ecc8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
           target: aarch64-apple-darwin

       - name: Install app dependencies and build web
-        run: pnpm install --frozen-lockfile && pnpm build
+        run: pnpm install --frozen-lockfile

       - name: Build the app
         uses: tauri-apps/tauri-action@dev
@@ -88,6 +88,7 @@ jobs:
           releaseBody: 'See the assets to download this version and install.'
           releaseDraft: true
           prerelease: false
+          tauriScript: pnpm tauri
           args: -- --target universal-apple-darwin

   release-windows:
  • Loading branch information
h3poteto committed Oct 12, 2023
1 parent 5aaf3e5 commit 51980ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
target: aarch64-apple-darwin

- name: Install app dependencies and build web
run: pnpm install --frozen-lockfile && pnpm build
run: pnpm install --frozen-lockfile

- name: Build the app
uses: tauri-apps/tauri-action@dev
Expand All @@ -88,6 +88,7 @@ jobs:
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
tauriScript: pnpm tauri
args: -- --target universal-apple-darwin

release-windows:
Expand Down

0 comments on commit 51980ea

Please sign in to comment.