Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Oct 28, 2024
1 parent 29e57b5 commit 1a4ad4b
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 @@ -34,7 +34,7 @@ jobs:
run: |
git config --global user.name "Ethan Chan"
git config --global user.email "[email protected]"
git add api.dll -f
git add . -f
git commit -m "Auto-build api.dll using g++" || echo "No changes to commit"
git push https://[email protected]/eschan145/DieKnow.git
env:
Expand Down

0 comments on commit 1a4ad4b

Please sign in to comment.