From 6fcf0a77af259d9f950f47e43f93b5f639da70b5 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 12 Aug 2024 09:43:02 +0300 Subject: [PATCH] scripts: gha: fix typo --- scripts/gha/build_apple.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/build_apple.sh b/scripts/gha/build_apple.sh index 9ec7ba04..b0462d36 100755 --- a/scripts/gha/build_apple.sh +++ b/scripts/gha/build_apple.sh @@ -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