Fix Windows-only or Linux-only builds

This commit is contained in:
nihil-admirari 2022-06-12 18:03:50 +03:00 committed by BtbN
parent c68820877b
commit dcbf2a77f3

View file

@ -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 }})"