diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fb9175b6..38aebec7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -70,7 +70,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} prerelease: true tag: "v0.0.0-alpha" - artifacts: ${{ runner.temp }}/teamsfx_samples/*.zip + artifacts: ${{ runner.temp }}/teamsfx_samples/hello-world-bot.zip, ${{ runner.temp }}/teamsfx_samples/hello-world-tab.zip allowUpdates: true removeArtifacts: true