Aktualizovat .gitea/workflows/build.yml
Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 4s

This commit is contained in:
XAP3Y 2024-12-11 22:06:33 +01:00
parent ab3d54b82d
commit fd1330d1f2

View File

@ -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