Skip to content

Commit

Permalink
moar9
Browse files Browse the repository at this point in the history
  • Loading branch information
aishfenton committed Jan 2, 2023
1 parent 449808a commit 4c5ebc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
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:
Expand All @@ -67,9 +65,6 @@ jobs:
with:
name: bazel-bsp-macos-x86
path: downloads
- name: Show downloaded files (for debugging)
run: ls -R
working-directory: downloads
- name: "Create release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 4c5ebc9

Please sign in to comment.