Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/template-tauri-build-linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@ jobs:
if: inputs.public_provider != 'github'
uses: actions/upload-artifact@v4
with:
name: jan-linux-amd64-${{ inputs.new_version }}-deb
name: jan-${{ inputs.channel }}-linux-amd64-${{ inputs.new_version }}.deb
path: ./src-tauri/target/release/bundle/deb/*.deb

- name: Upload Artifact
if: inputs.public_provider != 'github'
uses: actions/upload-artifact@v4
with:
name: jan-linux-amd64-${{ inputs.new_version }}-AppImage
name: jan-${{ inputs.channel }}-linux-amd64-${{ inputs.new_version }}.AppImage
path: ./src-tauri/target/release/bundle/appimage/*.AppImage

## Set output filename for linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-tauri-build-windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: jan-windows-${{ inputs.new_version }}
name: jan-${{ inputs.channel }}-windows-${{ inputs.new_version }}.exe
path: |
./src-tauri/target/release/bundle/nsis/*.exe

Expand Down
Loading