Skip to content

Commit

Permalink
[from now] 2023/10/12 22:34:51
Browse files Browse the repository at this point in the history
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 426ecc8..25e40e8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -89,7 +89,7 @@ jobs:
           releaseDraft: true
           prerelease: false
           tauriScript: pnpm tauri
-          args: -- --target universal-apple-darwin
+          args: --target universal-apple-darwin

   release-windows:
     runs-on: windows-latest
  • Loading branch information
h3poteto committed Oct 12, 2023
1 parent 51980ea commit fffa5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
releaseDraft: true
prerelease: false
tauriScript: pnpm tauri
args: -- --target universal-apple-darwin
args: --target universal-apple-darwin

release-windows:
runs-on: windows-latest
Expand Down

0 comments on commit fffa5e0

Please sign in to comment.