We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a927afc commit 9fdd42eCopy full SHA for 9fdd42e
.github/workflows/release-build.yml
@@ -63,3 +63,8 @@ jobs:
63
64
mkdir -p "${DEST_DIR}"
65
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