diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e7413ed4..c6d7c48564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: uses: ncipollo/release-action@v1 if: steps.create_tag.outputs.successful with: - artifacts: 'linux-command.docset.tgz' + artifacts: '.deploy/linux-command.docset.tgz' token: ${{ secrets.GITHUB_TOKEN }} name: ${{ steps.create_tag.outputs.version }} tag: ${{ steps.create_tag.outputs.version }}