Fix Windows-only or Linux-only builds
This commit is contained in:
parent
c68820877b
commit
dcbf2a77f3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -168,6 +168,7 @@ jobs:
|
||||||
id: create_release
|
id: create_release
|
||||||
run: |
|
run: |
|
||||||
set -xe
|
set -xe
|
||||||
|
shopt -s nullglob
|
||||||
RELDATE="$(date +'%Y-%m-%d %H:%M')"
|
RELDATE="$(date +'%Y-%m-%d %H:%M')"
|
||||||
NAME="Auto-Build $RELDATE"
|
NAME="Auto-Build $RELDATE"
|
||||||
TAGNAME="autobuild-$(date +'%Y-%m-%d-%H-%M')"
|
TAGNAME="autobuild-$(date +'%Y-%m-%d-%H-%M')"
|
||||||
|
@ -179,6 +180,7 @@ jobs:
|
||||||
- name: Update Latest
|
- name: Update Latest
|
||||||
run: |
|
run: |
|
||||||
set -xe
|
set -xe
|
||||||
|
shopt -s nullglob
|
||||||
mkdir latest_artifacts
|
mkdir latest_artifacts
|
||||||
./util/repack_latest.sh latest_artifacts artifacts/*.{zip,tar.xz}
|
./util/repack_latest.sh latest_artifacts artifacts/*.{zip,tar.xz}
|
||||||
NAME="Latest Auto-Build (${{ steps.create_release.outputs.rel_date }})"
|
NAME="Latest Auto-Build (${{ steps.create_release.outputs.rel_date }})"
|
||||||
|
|
Loading…
Reference in a new issue