Skip to content

Commit

Permalink
feat: Automate the bin creation.Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent c55eaa2 commit 27df27a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ jobs:

- name: GraalVM Compile
run: ./mvnw clean -Pnative native:compile

- name: Generate standalone downloadable zip
uses: actions/upload-artifact@v4
with:
name: flhacker.zip
path: |
target/*.so
target/flhacker

0 comments on commit 27df27a

Please sign in to comment.