Skip to content

Commit

Permalink
Release the deployment package
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Mar 29, 2024
1 parent a197e88 commit 100b8af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,10 @@ jobs:
with:
name: deployment-package
path: deploy_package
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: deploy_package/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 100b8af

Please sign in to comment.