Skip to content

Commit da1fc3b

Browse files
committed
Test release action
1 parent 2a10984 commit da1fc3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/artifact.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ jobs:
4848
with:
4949
name: function.zip
5050
path: ${{ github.workspace }}/build.function/
51+
52+
- name: Release
53+
uses: fnkr/github-action-ghr@v1
54+
if: startsWith(github.ref, 'refs/tags/')
55+
env:
56+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
GHR_PATH: ${{ github.workspace }}/build.function/
58+
GHR_COMPRESS: zip

0 commit comments

Comments
 (0)