diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50a873897b..184c5dc554 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -112,13 +112,15 @@ jobs: repository: nuclia/tooling ref: main token: ${{ steps.app-token.outputs.token }} + path: /tmp - name: Debug run: | - ls -larth ../ + ls -larth + ls -larth /tmp - name: Promote to Nuclia - uses: ./tooling/.github/actions/promote + uses: /tmp/tooling/.github/actions/promote with: component: nucliadb_shared chart-version: ${{ needs.param.outputs.chart-version }}