File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments