Skip to content

Commit 9fdd42e

Browse files
committed
add release
1 parent a927afc commit 9fdd42e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,8 @@ jobs:
6363
6464
mkdir -p "${DEST_DIR}"
6565
mv "${BIN_OUTPUT}" "${DEST_DIR}/${BIN_RELEASE}"
66+
- name: Release
67+
uses: softprops/action-gh-release@v2
68+
#if: github.ref_type == 'tag'
69+
with:
70+
files: release/*

0 commit comments

Comments
 (0)