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
+2
View File
@@ -168,6 +168,7 @@ jobs:
id: create_release
run: |
set -xe
shopt -s nullglob
RELDATE="$(date +'%Y-%m-%d %H:%M')"
NAME="Auto-Build $RELDATE"
TAGNAME="autobuild-$(date +'%Y-%m-%d-%H-%M')"
@@ -179,6 +180,7 @@ jobs:
- name: Update Latest
run: |
set -xe
shopt -s nullglob
mkdir latest_artifacts
./util/repack_latest.sh latest_artifacts artifacts/*.{zip,tar.xz}
NAME="Latest Auto-Build (${{ steps.create_release.outputs.rel_date }})"