File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,6 @@ jobs:
125125 if: github.event_name == 'pull_request'
126126 uses: actions/upload-artifact@v7
127127 with:
128- name: extension-pr-${{ github.event.pull_request.number }}
129128 path: ${{ steps.setup.outputs.packageName }}
130129 if-no-files-found: error
131130 retention-days: 7
@@ -135,7 +134,6 @@ jobs:
135134 if: github.event_name == 'push' && github.ref == 'refs/heads/main'
136135 uses: actions/upload-artifact@v7
137136 with:
138- name: extension-main-${{ github.sha }}
139137 path: ${{ steps.setup.outputs.packageName }}
140138 if-no-files-found: error
141139 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
7069
7170 publish:
7271 name: Publish Extension and Create Pre-Release
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
7069
7170 publish :
7271 name : Publish Extension and Create Release
You can’t perform that action at this time.
0 commit comments