Skip to content

Commit

Permalink
fix: clear existing content using git rm
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 17, 2024
1 parent 37b174b commit 2551873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}

- name: clear existing content
run: find . -path ./.git -prune -o -exec rm -rf {} \; 2> /dev/null
run: git rm -r .

- name: download webgl build
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 2551873

Please sign in to comment.