update buildscript to commit changes to main

pull/64/head
macniel 2025-10-31 15:51:46 +01:00
parent f073b6570c
commit 5c6d588b04
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ jobs:
mv release.zip /tmp/release.zip
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v7
run: |
git add .
git commit -m "auto commit"
git push
- name: Package Upload
uses: akkuman/gitea-release-action@v1