From 1ef8d2024da1c74b331f7e3ecca2d2b2dd2d1ff3 Mon Sep 17 00:00:00 2001 From: 1zuna Date: Sat, 6 Apr 2024 16:12:07 +0200 Subject: [PATCH] chore: upload nsis artifact --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a45c64..5e9be9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,12 @@ jobs: with: name: liquidlauncher-windows path: ./src-tauri/target/release/bundle/msi/liquidlauncher_**.msi.* + + - uses: actions/upload-artifact@v3 + if: matrix.platform == 'windows-latest' + with: + name: liquidlauncher-windows + path: ./src-tauri/target/release/bundle/nsis/liquidlauncher_**.nsis.* - uses: actions/upload-artifact@v3 if: matrix.platform == 'macos-latest'