Skip to content

Commit

Permalink
Merge pull request #27 from wiemanboy/feature/fix/release-workflow
Browse files Browse the repository at this point in the history
FIX: release workflow
  • Loading branch information
wiemanboy authored Sep 20, 2024
2 parents ff12b38 + 9ee0a07 commit 65096d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git config --global user.email ${{ github.triggering_actor }}@gmail.com
git checkout -b $OUTPUT_BRANCH
find . -type f ! -name $OUTPUT -delete
find . -type f ! -name "$OUTPUT" -not -path './.git/*' -delete
git init
git add .
Expand Down

0 comments on commit 65096d3

Please sign in to comment.