Skip to content

Commit 62686c3

Browse files
authored
Merge pull request #86 from PasteBar/action-test
update to github action
2 parents 8c15c5a + 6a56416 commit 62686c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
3636
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
3737

38+
- name: install packages
39+
run: npm install
40+
3841
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
3942
- uses: tauri-apps/tauri-action@v0
4043
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@
184184
"vite": "^5.0.11",
185185
"vite-plugin-tauri": "^3.3.0"
186186
}
187-
}
187+
}

0 commit comments

Comments
 (0)