SHA256
fixing release_build action.
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
name: Build Release
|
name: "Build Release"
|
||||||
|
|
||||||
|
env:
|
||||||
|
GIT_DEFAULT_HASH: sha256
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch: # Enables manual triggering
|
workflow_dispatch: # Enables manual triggering
|
||||||
@@ -14,11 +17,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
env:
|
||||||
|
GIT_DEFAULT_HASH: sha256
|
||||||
with:
|
with:
|
||||||
# If triggered manually, use the input tag.
|
# If triggered manually, use the input tag.
|
||||||
# If triggered by push, GITHUB_REF_NAME is the tag.
|
# If triggered by push, GITHUB_REF_NAME is the tag.
|
||||||
ref: ${{ inputs.tag_name || gitea.ref_name }}
|
ref: ${{ inputs.tag_name || gitea.ref_name }}
|
||||||
|
|
||||||
# - name: Verify Version
|
# - name: Verify Version
|
||||||
# run: |
|
# run: |
|
||||||
# TAG=${{ inputs.tag_name || gitea.ref_name }}
|
# TAG=${{ inputs.tag_name || gitea.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user