Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 7, 2023
1 parent 2ad34b8 commit 0332533
Show file tree
Hide file tree
Showing 7 changed files with 1,225 additions and 1,658 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Build
on:
workflow_dispatch:
push:
branches: [ tauri ]

Expand Down Expand Up @@ -62,16 +61,16 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
with:
name: liquidlauncher-linux
path: ./src-tauri/target/release/bundle/appimage/liquid-launcher_**.AppImage.*
path: ./src-tauri/target/release/bundle/appimage/liquidlauncher_**.AppImage.*

- uses: actions/upload-artifact@v2
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/liquidlauncher_**.msi.*

- uses: actions/upload-artifact@v2
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/liquidlauncher.app.tar.*
Loading

0 comments on commit 0332533

Please sign in to comment.