Skip to content

Commit d27e239

Browse files
committed
Fix bug in native workflow file
1 parent 0d37d09 commit d27e239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: sbt nativeImage
3131
shell: bash
3232
run: |
33-
sbt cli/nativeImage "cli/nativeImageRun --cwd tests/gradle-example index"
33+
sbt cli/nativeImage "cli/nativeImageRun index --cwd tests/gradle-example"
3434
- uses: actions/upload-artifact@master
3535
with:
3636
path: ${{ matrix.local_path }}

0 commit comments

Comments
 (0)