Skip to content

Commit 09bb0b6

Browse files
committed
fix: Update runner
1 parent 402fc21 commit 09bb0b6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/tauri-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,18 +139,16 @@ jobs:
139139
if: runner.os == 'macOS'
140140
uses: actions/upload-artifact@v4
141141
with:
142-
name: macOS-installer
142+
name: macOS-${{ runner.arch }}-artifacts
143143
path: |
144144
src-tauri/target/*-apple-darwin/release/bundle/dmg/*.dmg
145-
name: ${{ runner.os }}-${{ runner.arch }}-artifacts
146-
path: src-tauri/target/release/bundle/**/*
147145
if-no-files-found: error
148146

149147
- name: Upload installers (Windows)
150148
if: runner.os == 'Windows'
151149
uses: actions/upload-artifact@v4
152150
with:
153-
name: windows-installers
151+
name: windows-${{ runner.arch }}-artifacts
154152
path: |
155153
src-tauri/target/**/release/bundle/msi/*.msi
156154
src-tauri/target/**/release/bundle/nsis/*.exe
@@ -160,7 +158,7 @@ jobs:
160158
if: runner.os == 'Linux'
161159
uses: actions/upload-artifact@v4
162160
with:
163-
name: linux-installers
161+
name: linux-${{ runner.arch }}-artifacts
164162
path: |
165163
src-tauri/target/**/release/bundle/deb/*.deb
166164
src-tauri/target/**/release/bundle/rpm/*.rpm

0 commit comments

Comments
 (0)