Update .gitea/workflows/ci.yml
This commit is contained in:
parent
a345e39e45
commit
2ef040128b
@ -22,7 +22,10 @@ jobs:
|
||||
ls ${{ gitea.workspace }}
|
||||
mkdir build
|
||||
echo "tests" > build/application
|
||||
- name: test volumn
|
||||
run: |
|
||||
ls -al /public/
|
||||
echo "tests" > /public/application
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user