Update .gitea/workflows/ci.yml
This commit is contained in:
parent
0826f72cec
commit
b8d89c4008
@ -19,9 +19,9 @@ jobs:
|
|||||||
name: app.tar
|
name: app.tar
|
||||||
path: app.tar
|
path: app.tar
|
||||||
test:
|
test:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app.tar
|
name: app.tar
|
||||||
- run: tar xf app.tar/app.tar
|
- run: tar xf app.tar/app.tar
|
||||||
- run: ./app/app
|
- run: ./app/app
|
||||||
|
Loading…
Reference in New Issue
Block a user