Skip to content

Commit

Permalink
chore: add new release pipeline yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrakocabay committed Feb 18, 2024
1 parent 676b098 commit 6b908d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Archive Release Artifacts
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
tar -czvf konsume-${TAG_NAME}.tar.gz konsume plugins
tar -czvf konsume.tar.gz konsume plugins
- name: Create Release
id: create_release
Expand All @@ -50,6 +49,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./konsume-${GITHUB_REF#refs/tags/}.tar.gz
asset_name: konsume-${GITHUB_REF#refs/tags/}.tar.gz
asset_path: ./konsume.tar.gz
asset_name: konsume.tar.gz
asset_content_type: application/gzip

0 comments on commit 6b908d1

Please sign in to comment.