Actions: Remove -a from commit
Some checks failed
Build and Save Artifact / build (push) Failing after 5s

This commit is contained in:
Cyanoure
2024-09-15 16:39:29 +02:00
parent b6cbdce51f
commit c3710d152e

View File

@ -47,7 +47,7 @@ jobs:
- name: Commit build files to build branch
run: |
git add -f dist
git commit -am "Build" || echo "Nothing to commit"
git commit -m "Build" || echo "Nothing to commit"
git push origin HEAD --force # Push to the current branch
# Upload the build directory as an artifact