We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37d09 commit d27e239Copy full SHA for d27e239
.github/workflows/native.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: sbt nativeImage
31
shell: bash
32
run: |
33
- sbt cli/nativeImage "cli/nativeImageRun --cwd tests/gradle-example index"
+ sbt cli/nativeImage "cli/nativeImageRun index --cwd tests/gradle-example"
34
- uses: actions/upload-artifact@master
35
with:
36
path: ${{ matrix.local_path }}
0 commit comments