Skip to content

Commit 7947c14

Browse files
committed
remove manual installer setup
1 parent 879e298 commit 7947c14

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222

2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
25-
toolchain: nightly-2024-01-01 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
26-
27-
- uses: repolevedavaj/install-nsis@v1.0.1
28-
with:
29-
nsis-version: '3.10'
25+
toolchain: nightly-2024-01-01 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
3026

3127
- name: Install frontend dependencies
3228
run: yarn install
@@ -37,9 +33,6 @@ jobs:
3733
- name: Build project
3834
run: yarn release
3935

40-
- name: Build installer
41-
run: yarn installer
42-
4336
- name: Generate artifact name
4437
id: vars
4538
shell: bash
@@ -60,5 +53,5 @@ jobs:
6053
uses: actions/upload-artifact@v4
6154
with:
6255
name: ${{ steps.vars.outputs.setup_artifact_name }}
63-
path: src-tauri/nsis/omp-launcher-setup.exe
64-
if-no-files-found: error
56+
path: src-tauri/target/i686-pc-windows-msvc/release/bundle/nsis/omp-launcher_1.6.1_x86-setup.exe
57+
if-no-files-found: error

0 commit comments

Comments
 (0)