Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Has been cancelled

This commit is contained in:
2025-11-29 21:46:17 +01:00
parent b08e6b925e
commit 43b772e844

View File

@@ -15,7 +15,7 @@ jobs:
- name: Make a file with a lot of repeated text
run: |
for i in {1..100000}; do echo -n 'foobar' >> foobar.txt; done
- uses: christopherhx/gitea-upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: my-artifact
path: foobar.txt