@duonghieu0712z/create-tauri-vue-template 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duonghieu0712z/create-tauri-vue-template",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Create a Tauri 2 + Vue 3 desktop app from the tauri-vue-template starter.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -82,16 +82,12 @@ jobs:
82
82
  include:
83
83
  - os: macos-latest
84
84
  label: macos-aarch64
85
- args: --target aarch64-apple-darwin
86
- - os: macos-latest
85
+ - os: macos-15-intel
87
86
  label: macos-x86_64
88
- args: --target x86_64-apple-darwin
89
87
  - os: ubuntu-latest
90
88
  label: ubuntu
91
- args: ''
92
89
  - os: windows-latest
93
90
  label: windows
94
- args: ''
95
91
 
96
92
  steps:
97
93
  - name: Checkout repository
@@ -116,8 +112,6 @@ jobs:
116
112
 
117
113
  - name: Setup Rust
118
114
  uses: dtolnay/rust-toolchain@stable
119
- with:
120
- targets: ${{ matrix.os == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
121
115
 
122
116
  - name: Rust cache
123
117
  uses: swatinem/rust-cache@v2
@@ -137,4 +131,3 @@ jobs:
137
131
  releaseBody: ${{ needs.changelog.outputs.body }}
138
132
  releaseDraft: true
139
133
  prerelease: false
140
- args: ${{ matrix.args }}