chore: Bugfixing fanout workflow

This commit is contained in:
Dennis Ploeger
2021-10-27 17:33:18 +02:00
parent 9d011bcb01
commit cf2e96b354

View File

@@ -36,8 +36,8 @@ jobs:
- name: "Filtering out ${{ env.DIR }}"
run: |
curl -s https://raw.githubusercontent.com/newren/git-filter-repo/main/git-filter-repo -o git-filter-repo
cp -a git-filter-repo $(git --exec-path)
chmod +x $(git --exec-path)/git-filter-repo
chmod +x git-filter-repo
export PATH=$PATH:.
cd demo-game
git remote -v
git filter-repo --path $DIR --prune-empty auto --force