scripts: gha: fix typo

This commit is contained in:
Alibek Omarov 2024-08-12 09:43:02 +03:00
parent e7477c0abf
commit 6fcf0a77af

View file

@ -11,4 +11,4 @@ popd
./waf configure --enable-utils --enable-tests --enable-lto build install --destdir=bin || die_configure
mkdir -p artifacts/
tar -cJvf artifacts/ash3d-fwgs-apple-$ARCH.tar.xz -C bin . # skip the bin directory from resulting tar archive
tar -cJvf artifacts/xash3d-fwgs-apple-$ARCH.tar.xz -C bin . # skip the bin directory from resulting tar archive