File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: "Create Release"
33on :
44 # Allow manual
55 workflow_dispatch :
6+ push :
7+ branches :
8+ # TODO: REMOVE ME BEFORE MERGE
9+ - migrate/codesign
610
711concurrency :
812 group : ${{ github.workflow }}-${{ github.ref }}
@@ -45,16 +49,16 @@ jobs:
4549 # toolchain: aarch64-apple-darwin,x86_64-apple-darwin
4650 # bundles: app,dmg
4751 # os: darwin
48- # - host: windows-latest
49- # target: x86_64-pc-windows-msvc
50- # toolchain: x86_64-pc-windows-msvc
51- # bundles: msi,nsis
52- # os: windows
53- - host : ubuntu-latest
54- target : x86_64-unknown-linux-gnu
55- toolchain : x86_64-unknown-linux-gnu
56- bundles : deb,appimage
57- os : linux
52+ - host : windows-latest
53+ target : x86_64-pc-windows-msvc
54+ toolchain : x86_64-pc-windows-msvc
55+ bundles : msi,nsis
56+ os : windows
57+ # - host: ubuntu-latest
58+ # target: x86_64-unknown-linux-gnu
59+ # toolchain: x86_64-unknown-linux-gnu
60+ # bundles: deb,appimage
61+ # os: linux
5862 env :
5963 APP_DIR : " apps/desktop"
6064 runs-on : ${{ matrix.settings.host }}
You can’t perform that action at this time.
0 commit comments