Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
otogawakatsutoshi committed Oct 10, 2023
1 parent 11d3216 commit 821646f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
path: |
out/libmiyuu_ssh_core.h
out/libmiyuu_ssh_core.so
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
out/libmiyuu_ssh_core.h
out/libmiyuu_ssh_core.so
build_macos:
runs-on: macos-11
Expand Down Expand Up @@ -72,3 +79,11 @@ jobs:
path: |
out/libmiyuu_ssh_core.h
out/libmiyuu_ssh_core.dylib
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
out/libmiyuu_ssh_core.h
out/libmiyuu_ssh_core.dylib

0 comments on commit 821646f

Please sign in to comment.