File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments