Skip to content

Commit fa4fb34

Browse files
committed
fix(ci): remove archive: false from release workflows
Artifacts uploaded with `archive: false` cannot be found by download-artifact when looked up by name, breaking the publish workflow.
1 parent f75b9c4 commit fa4fb34

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pre-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
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

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
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

0 commit comments

Comments
 (0)