Skip to content

Commit

Permalink
test: ci release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario34 committed Aug 21, 2023
1 parent 62f9b47 commit 5b5a7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- target: aarch64-apple-darwin
platform: macos-latest
platform: macos-aarch64-latest
- target: x86_64-apple-darwin
platform: macos-latest
- target: x86_64-pc-windows-msvc
Expand All @@ -34,7 +34,7 @@ jobs:
workspaces: './src-tauri -> target'

- name: install dependencies (mac only)
if: matrix.platform == 'macos-latest'
if: matrix.platform == 'macos-aarch64-latest'
run: |
rustup target add aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tesla-camera",
"private": true,
"version": "1.0.0",
"version": "1.0.0-pre",
"scripts": {
"dev": "rspack serve -c ./rspack.config.dev.js",
"build": "rspack build -c ./rspack.config.pro.js",
Expand Down

0 comments on commit 5b5a7a9

Please sign in to comment.