Skip to content

Commit

Permalink
chore: test release action
Browse files Browse the repository at this point in the history
  • Loading branch information
yukun-dong committed Oct 18, 2022
1 parent 35e7c46 commit 5bd8ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5bd8ffb

Please sign in to comment.