Skip to content

Commit 100b8af

Browse files
committed
Release the deployment package
1 parent a197e88 commit 100b8af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,10 @@ jobs:
101101
with:
102102
name: deployment-package
103103
path: deploy_package
104+
- name: Release
105+
uses: fnkr/github-action-ghr@v1
106+
if: startsWith(github.ref, 'refs/tags/')
107+
env:
108+
GHR_COMPRESS: gz
109+
GHR_PATH: deploy_package/
110+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)