...
This commit is contained in:
@@ -71,13 +71,7 @@ jobs:
|
|||||||
TEA_DL_URL: "https://dl.gitea.com/tea/${{ env.TEA_VERSION }}/tea-${{ env.TEA_VERSION }}-linux-amd64"
|
TEA_DL_URL: "https://dl.gitea.com/tea/${{ env.TEA_VERSION }}/tea-${{ env.TEA_VERSION }}-linux-amd64"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ${{ gitea.ref }}
|
|
||||||
echo ${{ github.ref }}
|
|
||||||
echo ${{ gitea.ref_name }}
|
|
||||||
echo ${{ github.ref }}
|
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
echo ${TEA_DL_URL}
|
|
||||||
wget -q "${TEA_DL_URL}"
|
wget -q "${TEA_DL_URL}"
|
||||||
wget -q "${TEA_DL_URL}.sha256"
|
wget -q "${TEA_DL_URL}.sha256"
|
||||||
if $(sha256sum --quiet -c "tea-${{ inputs.tea-version }}-linux-amd64.sha256"); then
|
if $(sha256sum --quiet -c "tea-${{ inputs.tea-version }}-linux-amd64.sha256"); then
|
||||||
|
|||||||
Reference in New Issue
Block a user