From 5a29794580961279a59c3d15f867b2cca89f3e7d Mon Sep 17 00:00:00 2001 From: dany Date: Wed, 24 Jul 2024 15:06:42 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dfb8020..47f7467 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: needs: Explore-Gitea-Actions steps: - run: mkdir -p build - - run: docker info - uses: actions/download-artifact@master with: name: build path: build - run: ls -al build + - run: docker info - run: echo "Generate release" \ No newline at end of file