release: version 3.1.0

This commit is contained in:
Hiddify
2024-09-29 14:25:47 +00:00
parent ef02afadb8
commit 04913b8241

View File

@@ -22,8 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: "HEAD"
- run: |
git checkout HEAD
curl -L -o hiddify-core.tar.gz https://codeload.github.com/hiddify/hiddify-core/tar.gz/${{ github.ref_name }}
HIDDIFY_CORE_WRT_HASH=$(sha256sum hiddify-core.tar.gz | cut -d' ' -f1)
github_ref_name="${{github.ref_name}}"