Skip to content

Commit

Permalink
moar8
Browse files Browse the repository at this point in the history
  • Loading branch information
aishfenton committed Jan 2, 2023
1 parent e20beb0 commit 449808a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,15 @@ jobs:
- name: Run native image
run: |
sbt graalvm-native-image:packageBin
- name: Rename output
run: mv target/graalvm-native-image/bazel-bsp ${{ matrix.artifact }}
- name: Show file (for debugging)
run: ls -R
- name: Upload binary
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.artifact }}
path: target/graalvm-native-image/bazel-bsp
path: ${{ matrix.artifact }}
make_release:
name: Make release
needs: [make-binaries]
Expand Down

0 comments on commit 449808a

Please sign in to comment.