Skip to content

Commit 537eea8

Browse files
committed
Upload the raw VSIX instead of archiving in CI
1 parent 4245e47 commit 537eea8

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
path: ${{ steps.setup.outputs.packageName }}
130130
if-no-files-found: error
131131
retention-days: 7
132+
archive: false
132133

133134
- name: Upload artifact (main)
134135
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
@@ -137,3 +138,4 @@ jobs:
137138
name: extension-main-${{ github.sha }}
138139
path: ${{ steps.setup.outputs.packageName }}
139140
if-no-files-found: error
141+
archive: false

.github/workflows/pre-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
name: extension-${{ steps.version.outputs.version }}
6767
path: ${{ steps.setup.outputs.packageName }}
6868
if-no-files-found: error
69+
archive: false
6970

7071
publish:
7172
name: Publish Extension and Create Pre-Release

.github/workflows/publish-extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install vsce
6868
run: npm install -g @vscode/vsce
6969

70-
- uses: actions/download-artifact@v7
70+
- uses: actions/download-artifact@v8
7171
with:
7272
name: extension-${{ inputs.version }}
7373

@@ -93,7 +93,7 @@ jobs:
9393
- name: Install ovsx
9494
run: npm install -g ovsx
9595

96-
- uses: actions/download-artifact@v7
96+
- uses: actions/download-artifact@v8
9797
with:
9898
name: extension-${{ inputs.version }}
9999

@@ -111,7 +111,7 @@ jobs:
111111
needs: setup
112112
runs-on: ubuntu-22.04
113113
steps:
114-
- uses: actions/download-artifact@v7
114+
- uses: actions/download-artifact@v8
115115
with:
116116
name: extension-${{ inputs.version }}
117117

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
name: extension-${{ steps.version.outputs.version }}
6767
path: ${{ steps.setup.outputs.packageName }}
6868
if-no-files-found: error
69+
archive: false
6970

7071
publish:
7172
name: Publish Extension and Create Release

0 commit comments

Comments
 (0)