diff options
Diffstat (limited to '.github/workflows/dev-branch.yml')
| -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 202b0b9..f36f2e3 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -76,8 +76,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: dev-build-files - path: ./build - - run: tree + path: /build - uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} |
