File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 uses : fnkr/github-action-ghr@v1
5454 if : startsWith(github.ref, 'refs/tags/')
5555 env :
56- GHR_PATH : dist/firephp-firefox
56+ GHR_PATH : dist/firephp-firefox.zip
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858
5959 - name : Upload chrome release (if tagging)
6060 uses : fnkr/github-action-ghr@v1
6161 if : startsWith(github.ref, 'refs/tags/')
6262 env :
63- GHR_PATH : dist/firephp-chrome
63+ GHR_PATH : dist/firephp-chrome.zip
6464 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6565
6666 - name : " [sm.act] Write snapshot report"
Original file line number Diff line number Diff line change @@ -41,21 +41,13 @@ popd > /dev/null
4141pushd " dist" > /dev/null
4242
4343 filename=" firephp"
44- # NOTE: We always keep the directory named the same.
45- # Different directory and archive names can be used by a distribution service.
46- # if [ ! -z "${SM_ACT_GIT_BRANCH}" ]; then
47- # filename="${filename}-${SM_ACT_GIT_BRANCH}-${SM_ACT_GIT_SHA3}"
48- # else
49- # filename="${filename}-${SM_ACT_GIT_TAG}"
50- # fi
51- # echo "FIREPHP_BUILD_FILENAME_PREFIX=${filename}" >> $GITHUB_ENV
5244
5345 pushd " firephp.build.firefox" > /dev/null
54- zip -r " ../${filename} -firefox.zip" * --exclude ' .DS_Store'
46+ zip -r " ../firephp -firefox.zip" * --exclude ' .DS_Store'
5547 popd > /dev/null
5648
5749 pushd " firephp.build.chrome" > /dev/null
58- zip -r " ../${filename} -chrome.zip" * --exclude ' .DS_Store'
50+ zip -r " ../firephp -chrome.zip" * --exclude ' .DS_Store'
5951 popd > /dev/null
6052
6153popd > /dev/null
Original file line number Diff line number Diff line change 11{
22 "name" : " firephp-for-browser-devtools" ,
3- "version" : " 1.5.6 " ,
3+ "version" : " 1.5.7 " ,
44 "devDependencies" : {
55 "codemirror" : " ^5.49.0" ,
66 "eventemitter2" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments