Skip to content

Commit b2dc58f

Browse files
committed
chore: cicd 업데이트
1 parent 066ddb0 commit b2dc58f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
environment: production
1212
strategy:
1313
matrix:
14-
node-version: [18.x]
14+
node-version: [22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -77,18 +77,18 @@ jobs:
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
with:
80-
upload_url: ${{ steps.create_release.outputs.upload_url }}
81-
asset_path: ./versions/tbc2-${{ env.VERSION }}-chromium.zip
82-
asset_name: tbc2-${{ env.VERSION }}-chromium.zip
83-
asset_content_type: application/zip
80+
upload_url: ${{ steps.create_release.outputs.upload_url }}
81+
asset_path: ./.output/twitch-badge-collector-extension-${{ env.VERSION }}-chrome.zip
82+
asset_name: twitch-badge-collector-extension-${{ env.VERSION }}-chrome.zip
83+
asset_content_type: application/zip
8484

8585
- name: Upload Firefox Files
8686
id: upload_firefox_files
8787
uses: actions/upload-release-asset@v1
8888
env:
8989
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9090
with:
91-
upload_url: ${{ steps.create_release.outputs.upload_url }}
92-
asset_path: ./versions/tbc2-${{ env.VERSION }}-firefox.zip
93-
asset_name: tbc2-${{ env.VERSION }}-firefox.zip
94-
asset_content_type: application/zip
91+
upload_url: ${{ steps.create_release.outputs.upload_url }}
92+
asset_path: ./.output/twitch-badge-collector-extension-${{ env.VERSION }}-firefox.zip
93+
asset_name: twitch-badge-collector-extension-${{ env.VERSION }}-firefox.zip
94+
asset_content_type: application/zip

0 commit comments

Comments
 (0)