Skip to content

Commit

Permalink
release:release for 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: grapebaba <[email protected]>
  • Loading branch information
GrapeBaBa committed Jun 17, 2023
1 parent 8cdbeed commit 844827d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ jobs:
id: native-build
run: |
./gradlew nativeCompile -Pmusl
ls -ltrh build/${{ github.event.repository.name }}*.tar.gz
ls -ltrh hildr-node/build/native/nativeCompile/hildr-node
- name: 📤 Upload static binary
uses: actions/upload-artifact@v3
with:
name: ${{ steps.native-build.outputs.native_image_name }}
path: |
build/${{ steps.native-build.outputs.native_image_name }}
hildr-node/build/native/nativeCompile/hildr-node
if-no-files-found: error

release:
Expand Down

0 comments on commit 844827d

Please sign in to comment.