gh: Update gh workflow

This commit is contained in:
mintsuki 2021-03-15 06:42:37 +01:00
parent 39936f5929
commit 4cd8e00a45
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ jobs:
run: |
git config user.name 'mintsuki'
git config user.email 'mintsuki@users.noreply.github.com'
git checkout --orphan $BRANCH_NAME-binary || git checkout $BRANCH_NAME-binary
git fetch --all
git checkout $BRANCH_NAME-binary || git checkout --orphan $BRANCH_NAME-binary
rm -rf $(ls -a | grep -v '^\.git$' | grep -v '^\.\.$' | grep -v '^\.$' | grep -v '^bin$')
mv bin/* ./
rm -rf bin