Skip to content

Commit

Permalink
Fix CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Aug 29, 2020
1 parent ac26e52 commit 71ba5ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest]
# Replace "example" with the name your binary
binary: example/target/native-image/example
include:
# Replace "example" with the name your binary
- os: macOS-latest
artifact: example-x86_64-apple-darwin
binary: example/target/native-image/example
- os: ubuntu-latest
artifact: example-x86_64-pc-linux
binary: example/target/native-image/example
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v6
Expand Down

0 comments on commit 71ba5ae

Please sign in to comment.