Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit cf2a26f

Browse files
authored
chore: build action 수정 (#106)
* chore: deploy action에 사용하는 크롬 익스텐션 action 변경 * chore: build action 수정
1 parent 0a11c45 commit cf2a26f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,12 @@ jobs:
2828
uses: actions/checkout@v2
2929
- run: git pull
3030

31-
- name: Zip files
32-
run: zip -r build.zip ./dist/*
33-
3431
- name: Install CLI Tool
3532
run: npm install [email protected] -g
3633

3734
- name: Upload Files
3835
run: |
39-
cd dist && chrome-webstore-upload upload --auto-publish
36+
chrome-webstore-upload upload --auto-publish
4037
env:
4138
EXTENSION_ID: ${{ secrets.EXTENSION_ID }}
4239
CLIENT_ID: ${{ secrets.CLIENT_ID }}

0 commit comments

Comments
 (0)