Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 4s
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 4s
This commit is contained in:
parent
ab3d54b82d
commit
fd1330d1f2
@ -14,10 +14,11 @@ jobs:
|
|||||||
- name: B
|
- name: B
|
||||||
run: |
|
run: |
|
||||||
echo "asdasdf" > text.txt
|
echo "asdasdf" > text.txt
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test-release
|
name: test-release
|
||||||
path: text.txt
|
path: text.txt
|
||||||
overwrite: true
|
overwrite: true
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
Loading…
Reference in New Issue
Block a user