Update .gitea/workflows/artifact.yaml

This commit is contained in:
2024-11-26 16:41:13 +00:00
parent 15518d6ec4
commit 56cdb2e3db

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: generate file
run: echo "cum" > test.txt
run: echo cum > test.txt
- name: test artificat
uses: actions/upload-artifact@v4
with: