Skip to content

Commit

Permalink
Compress the deployment package
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Mar 29, 2024
1 parent 100b8af commit b292d05
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,11 @@ jobs:
steps:
- name: Checkout Code Repository
uses: actions/checkout@v3
- name: Archive deployment package
uses: actions/upload-artifact@v4
with:
name: deployment-package
path: deploy_package
- name: Compress the deployment package
run: tar czf deployment-package.tar.gz deploy_package
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_COMPRESS: gz
GHR_PATH: deploy_package/
GHR_PATH: deployment-package.tar.gz
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b292d05

Please sign in to comment.