fixing release_build action.

This commit is contained in:
2026-06-30 04:44:07 +02:00
parent acdf923ce0
commit 4396c5011b
+6 -1
View File
@@ -1,4 +1,7 @@
name: Build Release
name: "Build Release"
env:
GIT_DEFAULT_HASH: sha256
on:
workflow_dispatch: # Enables manual triggering
@@ -14,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
env:
GIT_DEFAULT_HASH: sha256
with:
# If triggered manually, use the input tag.
# If triggered by push, GITHUB_REF_NAME is the tag.