Skip to content

Commit

Permalink
Update make-archives.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno authored Nov 8, 2024
1 parent d3dbc63 commit 58ab7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58ab7e4

Please sign in to comment.