diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-08 20:05:33 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-08 20:05:33 +0200 |
| commit | fe3e25494bd4472f40e843f75463d49316ff2585 (patch) | |
| tree | 9baf38b7f278afb35e3aaa0bf1ddb98949586767 | |
| parent | 9fd9dd81a897e47158048c1a7a920747c0133a70 (diff) | |
| download | pico-web-fe3e25494bd4472f40e843f75463d49316ff2585.tar pico-web-fe3e25494bd4472f40e843f75463d49316ff2585.tar.gz pico-web-fe3e25494bd4472f40e843f75463d49316ff2585.zip | |
[.github/dev-branch] Fixed download artifact logic
| -rw-r--r-- | .github/workflows/dev-branch.yml | 3 |
1 files changed, 1 insertions, 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 |
