Skip to content

Commit 736b766

Browse files
committed
release
1 parent 32b122c commit 736b766

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Build
1+
name: Build on push and upload release if tagging
22
on:
33
- push
44
jobs:
5-
Run:
5+
Build:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
@@ -35,3 +35,10 @@ jobs:
3535
with:
3636
name: firephp
3737
path: dist/firephp.zip
38+
39+
- name: Upload Release
40+
uses: fnkr/github-action-ghr@v1
41+
# if: startsWith(github.ref, 'refs/tags/')
42+
env:
43+
GHR_PATH: dist/firephp.zip
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)