Actions: Remove -a from commit
Some checks failed
Build and Save Artifact / build (push) Failing after 5s
Some checks failed
Build and Save Artifact / build (push) Failing after 5s
This commit is contained in:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user