Update .gitea/workflows/ci.yml

This commit is contained in:
97634 2024-11-22 10:39:00 +00:00
parent c26c6dbd64
commit 0826f72cec

View File

@ -18,10 +18,10 @@ jobs:
with:
name: app.tar
path: app.tar
test:
steps:
- uses: actions/download-artifact@v3
with:
name: app.tar
- run: tar xf app.tar/app.tar
- run: ./app/app
test:
steps:
- uses: actions/download-artifact@v3
with:
name: app.tar
- run: tar xf app.tar/app.tar
- run: ./app/app