update buildscript to commit changes to main
parent
f073b6570c
commit
5c6d588b04
|
|
@ -41,7 +41,10 @@ jobs:
|
||||||
mv release.zip /tmp/release.zip
|
mv release.zip /tmp/release.zip
|
||||||
|
|
||||||
- name: Auto Commit
|
- name: Auto Commit
|
||||||
uses: stefanzweifel/git-auto-commit-action@v7
|
run: |
|
||||||
|
git add .
|
||||||
|
git commit -m "auto commit"
|
||||||
|
git push
|
||||||
|
|
||||||
- name: Package Upload
|
- name: Package Upload
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue