Skip to content

Commit

Permalink
Fix bug in native workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Mar 5, 2021
1 parent 0d37d09 commit d27e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: sbt nativeImage
shell: bash
run: |
sbt cli/nativeImage "cli/nativeImageRun --cwd tests/gradle-example index"
sbt cli/nativeImage "cli/nativeImageRun index --cwd tests/gradle-example"
- uses: actions/upload-artifact@master
with:
path: ${{ matrix.local_path }}
Expand Down

0 comments on commit d27e239

Please sign in to comment.