We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c15c5a + 6a56416 commit 62686c3Copy full SHA for 62686c3
.github/workflows/build-test.yml
@@ -35,6 +35,9 @@ jobs:
35
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
36
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
37
38
+ - name: install packages
39
+ run: npm install
40
+
41
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
42
- uses: tauri-apps/tauri-action@v0
43
env:
package.json
@@ -184,4 +184,4 @@
184
"vite": "^5.0.11",
185
"vite-plugin-tauri": "^3.3.0"
186
}
187
-}
+}
0 commit comments