Skip to content

Commit 10f3eb5

Browse files
committed
fix: update unzip directory from 'dist' to 'build' in release workflow
1 parent bd6579f commit 10f3eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
- name: Unzip package
5858
shell: bash
5959
run: |
60-
mkdir -p dist
61-
unzip -q "artifacts/package.zip" -d dist
60+
mkdir -p build
61+
unzip -q "artifacts/package.zip" -d build
6262
6363
- name: Install dependencies to get semantic release components and plugins
6464
run: npm ci --ignore-scripts

0 commit comments

Comments
 (0)