dev #11

Merged
Cyanoure merged 32 commits from dev into main 2024-09-15 15:35:07 +00:00
10 changed files with 63 additions and 74 deletions
Showing only changes of commit c3710d152e - Show all commits

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