From fe3e25494bd4472f40e843f75463d49316ff2585 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 8 Jan 2024 20:05:33 +0200 Subject: [.github/dev-branch] Fixed download artifact logic --- .github/workflows/dev-branch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dev-branch.yml b/.github/workflows/dev-branch.yml index c3569a8..95d580a 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -73,16 +73,15 @@ jobs: runs-on: ubuntu-latest needs: Build steps: + - uses: actions/checkout@v4 - uses: actions/download-artifact@v3 with: name: dev-build-files path: ./build - - run: sudo mv ./build /build - uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: actions/checkout@v4 - uses: docker/build-push-action@v5 with: push: true -- cgit v1.2.3