|
|
|
@ -14,10 +14,10 @@ jobs:
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
gh release create ${{ github.ref }}
|
|
|
|
gh release create ${{ github.ref_name }}
|
|
|
|
|
|
|
|
|
|
|
|
build-release:
|
|
|
|
build-release:
|
|
|
|
uses: ./.github/workflows/linux-windows-cmake-build.yml
|
|
|
|
uses: ./.github/workflows/linux-windows-cmake-build.yml
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
release: true
|
|
|
|
release: true
|
|
|
|
release_tag: ${{ github.ref }}
|
|
|
|
release_tag: ${{ github.ref_name }}
|
|
|
|
|