Skip to content

Commit

Permalink
workflow: upload correct binary
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 24, 2023
1 parent 54abc59 commit 80d71f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
with:
name: liquidlauncher-deb-linux
path: ./src-tauri/target/release/bundle/deb/liquidlauncher_**.deb
path: ./src-tauri/target/release/bundle/deb/liquid-launcher_**.deb

- uses: actions/upload-artifact@v3
if: matrix.platform == 'windows-latest'
with:
name: liquidlauncher-windows
path: ./src-tauri/target/release/bundle/msi/liquidlauncher_**.msi.*
path: ./src-tauri/target/release/bundle/msi/liquid-launcher_**.msi.*

- uses: actions/upload-artifact@v3
if: matrix.platform == 'macos-latest'
with:
name: liquidlauncher-macos
path: ./src-tauri/target/release/bundle/macos/liquidlauncher.app.tar.*
path: ./src-tauri/target/release/bundle/macos/liquid-launcher.app.tar.*

0 comments on commit 80d71f3

Please sign in to comment.