File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments