Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Nov 17, 2023
1 parent 0f31efc commit 4384318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,11 @@ jobs:
./zimbra-build-helper.sh --build-zimbra
- run: ls -la /home/git/zimbra/BUILDS
- run: mv /home/git/zimbra/BUILDS/UBUNTU20_64*/zcs-*.tgz /home/git/zimbra/BUILDS/zimbra-${{ github.ref_name }}.tgz
- uses: actions/create-release@v1
id: create_release
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
draft: false
prerelease: true
release_name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
- name: upload linux artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /home/git/zimbra/BUILDS/zimbra-${{ github.ref_name }}.tgz
asset_name: zimbra-${{ github.ref_name }}.tgz
asset_content_type: application/gzip1
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
/home/git/zimbra/BUILDS/zimbra-${{ github.ref_name }}.tgz
3 changes: 3 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4384318

Please sign in to comment.