File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,11 @@ jobs:
143
143
name : windows-x86_64
144
144
build : build
145
145
features : default
146
+ - platform : windows-latest
147
+ target : aarch64-pc-windows-msvc
148
+ name : windows-arm64
149
+ build : build
150
+ features : default
146
151
- platform : macos-latest
147
152
target : x86_64-apple-darwin
148
153
name : macos-x86_64
@@ -234,7 +239,6 @@ jobs:
234
239
235
240
release :
236
241
name : Release
237
- if : startsWith(github.ref, 'refs/tags/')
238
242
runs-on : ubuntu-latest
239
243
needs : [ check, build-cli, build-gui ]
240
244
permissions :
@@ -249,6 +253,8 @@ jobs:
249
253
run : |
250
254
set -euo pipefail
251
255
mkdir ../out
256
+ ls -R
257
+ echo ----------------
252
258
for dir in */; do
253
259
for file in "$dir"*; do
254
260
base=$(basename "$file")
@@ -265,6 +271,7 @@ jobs:
265
271
done
266
272
ls -R ../out
267
273
- name : Release
274
+ if : startsWith(github.ref, 'refs/tags/')
268
275
uses : softprops/action-gh-release@v1
269
276
with :
270
277
files : out/*
You can’t perform that action at this time.
0 commit comments