Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 11s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 11s
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Make a file with a lot of repeated text
|
- name: Make a file with a lot of repeated text
|
||||||
run: |
|
run: |
|
||||||
for i in {1..100000}; do echo -n 'foobar' >> foobar.txt; done
|
for i in {1..100000}; do echo -n 'foobar' >> foobar.txt; done
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: foobar.txt
|
path: foobar.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user