From 58ab7e4c188f37aa6b2dcb6b22ace92b19a7a07f Mon Sep 17 00:00:00 2001 From: Alessandro Salerno <67583725+Alessandro-Salerno@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:42:41 +0100 Subject: [PATCH] Update make-archives.sh --- .github/workflows/make-archives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-archives.sh b/.github/workflows/make-archives.sh index 163781c..2e66750 100644 --- a/.github/workflows/make-archives.sh +++ b/.github/workflows/make-archives.sh @@ -5,7 +5,7 @@ git checkout --orphan latest-build mkdir $1 cp ./bin/tarman $1/tarman cp -r ./bin/plugins $1/plugins -cp -r ./bin/plugin-sdk.o $1/plugin-sdk.o +cp ./bin/plugin-sdk.o $1/plugin-sdk.o mkdir tarman cp ./bin/tarman ./tarman/tarman