Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 12, 2024
1 parent aa25550 commit dd5fbb5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
#AMD64/X86_64
export CGO_ENABLED=1
poetry run build goneonize
- name: Set Tag and Version
run:
- uses: softprops/action-gh-release@v1
with:
draft: true
files: ./neonize/*.so
generate_release_notes: true
with:
draft: true
files: ./neonize/*.so
generate_release_notes: true
# #ARM64/AARCH64
# export GOOS=linux
# export GOARCH=arm64
Expand Down

0 comments on commit dd5fbb5

Please sign in to comment.