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 31, 2024
1 parent e029f7b commit b73022b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
run: |
cd tahini
native-image \
-H:IncludeResources="larder/.*" \
-H:IncludeResources="stdlib/.*" \
-jar app/build/libs/app.jar tahini
- name: Compile native image on Windows
if: matrix.os == 'windows-latest'
run: |
cd tahini
native-image `
-H:IncludeResources="larder/.*" `
-H:IncludeResources="stdlib/.*" `
-jar app/build/libs/app.jar tahini
- name: Rename binary for unique names on Macos and Linux
Expand Down

0 comments on commit b73022b

Please sign in to comment.