Skip to content

Commit

Permalink
build: fix workflow to include resources
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhgray committed Oct 30, 2024
1 parent d33a02e commit e5bf2e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Compile native image
run: |
cd tahini
native-image -jar app/build/libs/app.jar tahini
native-image \
-H:IncludeResources="larder/.*" \
-jar app/build/libs/app.jar tahini
- name: Rename binary for unique names on Macos and Linux
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit e5bf2e9

Please sign in to comment.