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