Update .gitea/workflows/ci.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s
Gitea Actions Demo / tag-only-job (push) Failing after 2s

This commit is contained in:
dany 2024-07-24 15:06:42 +02:00
parent 644b84c138
commit 5a29794580

View File

@ -31,10 +31,10 @@ jobs:
needs: Explore-Gitea-Actions needs: Explore-Gitea-Actions
steps: steps:
- run: mkdir -p build - run: mkdir -p build
- run: docker info
- uses: actions/download-artifact@master - uses: actions/download-artifact@master
with: with:
name: build name: build
path: build path: build
- run: ls -al build - run: ls -al build
- run: docker info
- run: echo "Generate release" - run: echo "Generate release"