Skip to content

Commit

Permalink
feat: compile to native
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Vullriede committed Dec 6, 2024
1 parent f0df8eb commit bf5c303
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ jobs:
with:
generate_release_notes: true
tag_name: ${{ steps.get-version-from-pom.outputs.version }}
files: target/dist/*
files: |
target/log-gazer*.tar.gz
target/log-gazer*.zip
- id: merge-main-to-dev
run: |
Expand Down

0 comments on commit bf5c303

Please sign in to comment.