Merge branch 'stable'
This commit is contained in:
commit
444b92282e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -341,7 +341,7 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'
|
if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'windows-latest'
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:/c/ghcup/bin
|
export PATH=$PATH:/c/ghcup/bin:$(echo /c/tools/ghc-*/bin || echo)
|
||||||
scripts/desktop/build-lib-windows.sh
|
scripts/desktop/build-lib-windows.sh
|
||||||
cd apps/multiplatform
|
cd apps/multiplatform
|
||||||
./gradlew packageMsi
|
./gradlew packageMsi
|
||||||
|
Loading…
Reference in New Issue
Block a user