Skip to content

Commit 31b3ee6

Browse files
committed
chore: revert app artifact name for macos linux and windows builds
1 parent 1d0bb53 commit 31b3ee6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/template-tauri-build-linux-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ jobs:
164164
if: inputs.public_provider != 'github'
165165
uses: actions/upload-artifact@v4
166166
with:
167-
name: ${{ inputs.channel == 'stable' && 'jan' || format('jan-{0}', inputs.channel) }}-linux-amd64-${{ inputs.new_version }}.deb
167+
name: jan-linux-amd64-${{ inputs.new_version }}-deb
168168
path: ./src-tauri/target/release/bundle/deb/*.deb
169169

170170
- name: Upload Artifact
171171
if: inputs.public_provider != 'github'
172172
uses: actions/upload-artifact@v4
173173
with:
174-
name: ${{ inputs.channel == 'stable' && 'jan' || format('jan-{0}', inputs.channel) }}-linux-amd64-${{ inputs.new_version }}.AppImage
174+
name: jan-linux-amd64-${{ inputs.new_version }}-AppImage
175175
path: ./src-tauri/target/release/bundle/appimage/*.AppImage
176176

177177
## Set output filename for linux

.github/workflows/template-tauri-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
if: inputs.public_provider != 'github'
190190
uses: actions/upload-artifact@v4
191191
with:
192-
name: ${{ inputs.channel == 'stable' && 'jan' || format('jan-{0}', inputs.channel) }}-mac-universal-${{ inputs.new_version }}.dmg
192+
name: jan-${{ inputs.channel }}-mac-universal-${{ inputs.new_version }}.dmg
193193
path: |
194194
./src-tauri/target/universal-apple-darwin/release/bundle/dmg/*.dmg
195195

.github/workflows/template-tauri-build-windows-x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
- name: Upload Artifact
199199
uses: actions/upload-artifact@v4
200200
with:
201-
name: ${{ inputs.channel == 'stable' && 'jan' || format('jan-{0}', inputs.channel) }}-windows-${{ inputs.new_version }}.exe
201+
name: jan-windows-${{ inputs.new_version }}
202202
path: |
203203
./src-tauri/target/release/bundle/nsis/*.exe
204204

0 commit comments

Comments
 (0)