We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a10984 commit da1fc3bCopy full SHA for da1fc3b
.github/workflows/artifact.yaml
@@ -48,3 +48,11 @@ jobs:
48
with:
49
name: function.zip
50
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