We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd8ee0 commit a2cc92eCopy full SHA for a2cc92e
.github/workflows/build.yml
@@ -66,8 +66,9 @@ jobs:
66
# if: ${{ inputs.channel=='prod' }}
67
steps:
68
- uses: actions/checkout@v4
69
+ with:
70
+ fetch-depth: 0
71
- run: |
- git checkout -b main
72
curl -L -o hiddify-core.tar.gz https://codeload.github.com/hiddify/hiddify-core/tar.gz/${{ inputs.tag-name }}
73
HIDDIFY_CORE_WRT_HASH=$(sha256sum hiddify-core.tar.gz | cut -d' ' -f1)
74
github_ref_name="${{ inputs.tag-name }}"
0 commit comments