dev #11

Merged
Cyanoure merged 32 commits from dev into main 2024-09-15 15:35:07 +00:00
8 changed files with 59 additions and 73 deletions
Showing only changes of commit 76f4106fd7 - Show all commits

View File

@ -42,11 +42,10 @@ jobs:
# Commit build files # Commit build files
- name: Commit build files to build branch - name: Commit build files to build branch
uses: actions/checkout@v3
run: | run: |
git config --global user.name 'Git Bot' git config --global user.name 'Git Bot'
git config --global user.email 'noreply@kozelkaricsi.hu' git config --global user.email 'noreply@kozelkaricsi.hu'
git add -f dist && git commit -am 'Build' git add -f dist && git commit -am "Build"
git push git push
# Upload the build directory as an artifact # Upload the build directory as an artifact