24
24
rustup target add x86_64-pc-windows-gnu
25
25
26
26
- name : Compile Krokiet Release
27
- if : ${{ github.ref == 'refs/heads/master ' }}
27
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
28
28
run : |
29
- sed -i 's/#lto = "thin" /lto = "thin" /g' Cargo.toml
29
+ sed -i 's/#lto = /lto = /g' Cargo.toml
30
30
cargo build --release --target x86_64-pc-windows-gnu --bin krokiet
31
31
mv target/x86_64-pc-windows-gnu/release/krokiet.exe windows_krokiet_on_linux.exe
32
32
53
53
54
54
- name : Release
55
55
uses : softprops/action-gh-release@v2
56
- if : ${{ github.ref == 'refs/heads/master ' }}
56
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
57
57
with :
58
58
tag_name : " Nightly"
59
59
files : |
73
73
# rustup default 1.85.0
74
74
#
75
75
# - name: Compile Krokiet Release
76
- # if: ${{ github.ref == 'refs/heads/master ' }}
76
+ # if: ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
77
77
# run: |
78
- # sed -i 's/#lto = "thin" /lto = "thin" /g' Cargo.toml
78
+ # sed -i 's/#lto = /lto = /g' Cargo.toml
79
79
# cargo build --release --bin krokiet --no-default-features --features "winit_skia_opengl,winit_software"
80
80
# mv target/release/krokiet.exe windows_krokiet_on_windows_skia_opengl.exe
81
81
# cargo build --release --bin krokiet --no-default-features --features "winit_skia_vulkan,winit_software"
@@ -102,7 +102,7 @@ jobs:
102
102
#
103
103
# - name: Release
104
104
# uses: softprops/action-gh-release@v2
105
- # if: ${{ github.ref == 'refs/heads/master ' }}
105
+ # if: ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
106
106
# with:
107
107
# tag_name: "Nightly"
108
108
# files: |
@@ -126,7 +126,7 @@ jobs:
126
126
rustup target add x86_64-pc-windows-gnu
127
127
128
128
- name : Cross compile for Windows - Release
129
- if : ${{ github.ref == 'refs/heads/master ' }}
129
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
130
130
run : |
131
131
source "$HOME/.cargo/env"
132
132
#!/bin/bash
@@ -186,7 +186,7 @@ jobs:
186
186
187
187
- name : Release
188
188
uses : softprops/action-gh-release@v2
189
- if : ${{ github.ref == 'refs/heads/master ' }}
189
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
190
190
with :
191
191
tag_name : " Nightly"
192
192
files : |
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
container_4_6 :
197
197
runs-on : ubuntu-latest
198
- if : ${{ github.ref == 'refs/heads/master ' }}
198
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
199
199
container :
200
200
image : ghcr.io/piegamesde/gtk4-cross:gtk-4.6
201
201
steps :
@@ -210,7 +210,7 @@ jobs:
210
210
rustup target add x86_64-pc-windows-gnu
211
211
212
212
- name : Cross compile for Windows - Release
213
- if : ${{ github.ref == 'refs/heads/master ' }}
213
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
214
214
run : |
215
215
source "$HOME/.cargo/env"
216
216
#!/bin/bash
@@ -270,7 +270,7 @@ jobs:
270
270
271
271
- name : Release
272
272
uses : softprops/action-gh-release@v2
273
- if : ${{ github.ref == 'refs/heads/master ' }}
273
+ if : ${{ github.ref != 'refs/heads/masterrrrrrrr ' }}
274
274
with :
275
275
tag_name : " Nightly"
276
276
files : |
0 commit comments