@@ -190,77 +190,77 @@ jobs:
190190 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
191191 with :
192192 if-no-files-found : " warn"
193- name : " ${{ steps.json_properties.outputs.productName }}-nightly -windows-nsis-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
193+ name : " ${{ steps.json_properties.outputs.productName }}-dev -windows-nsis-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
194194 path : " ./src-tauri/target/release/bundle/nsis/${{ steps.json_properties.outputs.productName }}_${{steps.json_properties.outputs.version}}_x64-setup.exe"
195195
196196 - name : Upload binary (Windows, MSI)
197197 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'windows' && matrix.type != 'portable'
198198 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
199199 with :
200200 if-no-files-found : " warn"
201- name : " ${{ steps.json_properties.outputs.productName }}-nightly -windows-msi-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
201+ name : " ${{ steps.json_properties.outputs.productName }}-dev -windows-msi-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
202202 path : " ./src-tauri/target/release/bundle/msi/${{ steps.json_properties.outputs.productName }}_${{steps.json_properties.outputs.version}}_x64_en-US.msi"
203203
204204 - name : Upload binary (Windows, non-setup)
205205 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'windows'
206206 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
207207 with :
208208 if-no-files-found : " warn"
209- name : " ${{ steps.json_properties.outputs.productName }}-nightly -windows-non-setup-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
209+ name : " ${{ steps.json_properties.outputs.productName }}-dev -windows-non-setup-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
210210 path : " ./src-tauri/target/release/${{ steps.json_properties.outputs.productName }}.exe"
211211
212212 - name : Upload binary (Linux, DEB)
213213 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'linux'
214214 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
215215 with :
216216 if-no-files-found : " warn"
217- name : " ${{ steps.json_properties.outputs.productName }}-nightly -linux-deb-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
217+ name : " ${{ steps.json_properties.outputs.productName }}-dev -linux-deb-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
218218 path : " ./src-tauri/target/release/bundle/deb/${{ steps.json_properties.outputs.productName }}_${{steps.json_properties.outputs.version}}_amd64.deb"
219219
220220 - name : Upload binary (Linux, RPM)
221221 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'linux'
222222 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
223223 with :
224224 if-no-files-found : " warn"
225- name : " ${{ steps.json_properties.outputs.productName }}-nightly -linux-rpm-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
225+ name : " ${{ steps.json_properties.outputs.productName }}-dev -linux-rpm-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
226226 path : " ./src-tauri/target/release/bundle/rpm/${{ steps.json_properties.outputs.productName }}-${{steps.json_properties.outputs.version}}-1.x86_64.rpm"
227227
228228 - name : Upload binary (Linux, AppImage)
229229 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'linux'
230230 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
231231 with :
232232 if-no-files-found : " warn"
233- name : " ${{ steps.json_properties.outputs.productName }}-nightly -linux-app-image-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
233+ name : " ${{ steps.json_properties.outputs.productName }}-dev -linux-app-image-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
234234 path : " ./src-tauri/target/release/bundle/appimage/${{ steps.json_properties.outputs.productName }}_${{steps.json_properties.outputs.version}}_amd64.AppImage"
235235
236236 - name : Upload binary (macOS, x86_64, DMG)
237237 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'macos-x86'
238238 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
239239 with :
240240 if-no-files-found : " warn"
241- name : " ${{ steps.json_properties.outputs.productName }}-nightly -macos-x86_64-dmg-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
241+ name : " ${{ steps.json_properties.outputs.productName }}-dev -macos-x86_64-dmg-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
242242 path : " ./src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/${{ steps.json_properties.outputs.productName }}_${{steps.json_properties.outputs.version}}_x64.dmg"
243243
244244 - name : Upload binary (macOS, x86_64, tarball)
245245 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'macos-x86'
246246 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
247247 with :
248248 if-no-files-found : " warn"
249- name : " ${{ steps.json_properties.outputs.productName }}-nightly -macos-x86_64-tarball-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
249+ name : " ${{ steps.json_properties.outputs.productName }}-dev -macos-x86_64-tarball-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
250250 path : " ./src-tauri/target/x86_64-apple-darwin/release/bundle/macos/${{ steps.json_properties.outputs.productName }}.app.tar.gz"
251251
252252 - name : Upload binary (macOS, ARM, DMG)
253253 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'macos-arm'
254254 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
255255 with :
256256 if-no-files-found : " warn"
257- name : " ${{ steps.json_properties.outputs.productName }}-nightly -macos-arm-dmg-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
257+ name : " ${{ steps.json_properties.outputs.productName }}-dev -macos-arm-dmg-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
258258 path : " ./src-tauri/target/aarch64-apple-darwin/release/bundle/dmg/${{ steps.json_properties.outputs.productName }}_${{steps.json_properties.outputs.version}}_aarch64.dmg"
259259
260260 - name : Upload binary (macOS, ARM, tarball)
261261 if : (startsWith(github.ref, 'refs/tags/') != true) && matrix.identifier == 'macos-arm'
262262 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
263263 with :
264264 if-no-files-found : " warn"
265- name : " ${{ steps.json_properties.outputs.productName }}-nightly -macos-arm-tarball-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
265+ name : " ${{ steps.json_properties.outputs.productName }}-dev -macos-arm-tarball-${{steps.json_properties.outputs.version}}-${{ matrix.type }}-${{ github.ref_name }}"
266266 path : " ./src-tauri/target/aarch64-apple-darwin/release/bundle/macos/${{ steps.json_properties.outputs.productName }}.app.tar.gz"
0 commit comments