Update .gitea/workflows/ci.yml
This commit is contained in:
parent
644b84c138
commit
5a29794580
@ -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"
|
Loading…
Reference in New Issue
Block a user