diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6245106e8..2a6532fb2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: with: file: "viamrobotics\\-sdk\\-.*\\.tgz" regex: true - target: 'dist/' + target: './' version: tags/${{ github.event.release.tag_name }} - name: Check Files