Skip to content

Commit ca7a32d

Browse files
committed
@W-15819273@ Fixing broken release process.
1 parent efec507 commit ca7a32d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/create-github-release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
uses: actions/download-artifact@v4
4343
with:
4444
name: vsix
45-
# Download the VSIX to a subdirectory of HOME, so it's guaranteed to be somewhere we can see.
46-
path: ~/downloads
4745
# Create the release
4846
- name: Create github release
4947
uses: softprops/action-gh-release@v2
@@ -55,4 +53,4 @@ jobs:
5553
token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
5654
make_latest: true
5755
# Attach the unzipped VSIX using a glob
58-
files: ~/downloads/*.vsix
56+
files: *.vsix

0 commit comments

Comments
 (0)