Skip to content

Commit

Permalink
Create 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 12742e3 commit 5f316de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/make-archives.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git checkout --orphan latest-build

mkdir $1
cp ./bin/tarman $1/tarman
cp -r ./bin/plugin $1/plugins
cp -r ./bin/plugin-sdk.o $1/plugin-sdk.o

mkdir tarman
cp ./bin/tarman ./tarman/tarman
tar -cvzf ./$1/tarman-$1.tar.gz ./tarman
rm -rf ./tarman

git add $1/

0 comments on commit 5f316de

Please sign in to comment.