diff options
Diffstat (limited to '.github/workflows/dev-branch.yml')
| -rw-r--r-- | .github/workflows/dev-branch.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/dev-branch.yml b/.github/workflows/dev-branch.yml index f36f2e3..33172b0 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -76,7 +76,8 @@ jobs: - uses: actions/download-artifact@v3 with: name: dev-build-files - path: /build + path: ./build + - run: sudo mv ./build /build - uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} |
