Update release action/workflow
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 3s
Build for Releases / assets-release-x86_64 (push) Successful in 1m8s
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
Run UnitTests / build-and-run-tests (push) Successful in 3m40s
All checks were successful
Build for Releases / ensure-release-exists (push) Successful in 3s
Build for Releases / assets-release-x86_64 (push) Successful in 1m8s
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
Run UnitTests / build-and-run-tests (push) Successful in 3m40s
This commit is contained in:
parent
165702ac6d
commit
6f8facf83e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
-d "{
|
-d "{
|
||||||
\"name\": \"UDPC version ${GITHUB_REF_NAME}\",
|
\"name\": \"UDPC version ${GITHUB_REF_NAME}\",
|
||||||
\"tag_name\": \"${GITHUB_REF_NAME}\",
|
\"tag_name\": \"${GITHUB_REF_NAME}\",
|
||||||
\"body\": \"Warning: Static libs require linking with C++ linker or linking with stdc++ (`-lstdc++`)!
|
\"body\": \"Warning: Static libs require linking with C++ linker or linking with stdc++ (\`-lstdc++\` on Linux, \`-llibc++\` on MacOS)!
|
||||||
Warning: Will need to link with libsodium!
|
Warning: Will need to link with libsodium!
|
||||||
|
|
||||||
SHA256SUMS\"
|
SHA256SUMS\"
|
||||||
|
|
Loading…
Reference in a new issue