Skip to content

Commit 24fa485

Browse files
committed
fix(ci): update build step and artifact naming in workflow
1 parent b7d090b commit 24fa485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
run: pnpm install --frozen-lockfile
3131

3232
- name: Build extension
33-
run: pnpm build
33+
run: pnpm build-local
3434

3535
- name: Upload dist artifact
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: queue-manager-dist
38+
name: spicetify-queue-manager
3939
path: dist
4040

0 commit comments

Comments
 (0)