File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments