We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaffb74 commit 851b7c6Copy full SHA for 851b7c6
.github/workflows/mta-build-release.yml
@@ -109,9 +109,10 @@ jobs:
109
if: ${{ inputs.upload_artifacts != false }}
110
uses: actions/upload-artifact@v4
111
with:
112
- name: mta-vsix-${{ steps.package_info.outputs.package_version }}
+ name: ${{ steps.package_info.outputs.vsix_file }}
113
path: ${{ steps.package_info.outputs.vsix_path }}
114
retention-days: 30
115
+ compression-level: 0 # No compression since VSIX is already compressed
116
117
- name: Create GitHub Release (on tag)
118
if: startsWith(github.ref, 'refs/tags/')
0 commit comments