Skip to content

Commit 851b7c6

Browse files
djzagergithub-actions[bot]
authored andcommitted
🌱 just push the vsix (#7)
Signed-off-by: David Zager <david.j.zager@gmail.com>
1 parent aaffb74 commit 851b7c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mta-build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ jobs:
109109
if: ${{ inputs.upload_artifacts != false }}
110110
uses: actions/upload-artifact@v4
111111
with:
112-
name: mta-vsix-${{ steps.package_info.outputs.package_version }}
112+
name: ${{ steps.package_info.outputs.vsix_file }}
113113
path: ${{ steps.package_info.outputs.vsix_path }}
114114
retention-days: 30
115+
compression-level: 0 # No compression since VSIX is already compressed
115116

116117
- name: Create GitHub Release (on tag)
117118
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)