Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m37s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m37s
This commit is contained in:
@@ -43,6 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and push to Lints-release repo
|
- name: Commit and push to Lints-release repo
|
||||||
run: |
|
run: |
|
||||||
tea add marti/Lints-release
|
git remote add Lints-release https://git.martinpetr.dev/marti/Lints-release.git
|
||||||
|
git add -f out/lints.iso
|
||||||
tea commit -m "Automated commit from build workflow" || echo "No changes to commit"
|
tea commit -m "Automated commit from build workflow" || echo "No changes to commit"
|
||||||
tea push marti/Lints-release main
|
tea push -u Lints-release main
|
||||||
|
|||||||
Reference in New Issue
Block a user