We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dab3a commit 89e9583Copy full SHA for 89e9583
.github/workflows/create-github-release.yml
@@ -42,8 +42,6 @@ jobs:
42
uses: actions/download-artifact@v4
43
with:
44
name: vsix
45
- # Download the VSIX to a subdirectory of HOME, so it's guaranteed to be somewhere we can see.
46
- path: ~/downloads
47
# Create the release
48
- name: Create github release
49
uses: softprops/action-gh-release@v2
@@ -55,4 +53,4 @@ jobs:
55
53
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
56
54
make_latest: true
57
# Attach the unzipped VSIX using a glob
58
- files: ~/downloads/*.vsix
+ files: *.vsix
0 commit comments