diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f35a692..a91a766 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Install dependencies run: | - apk add --no-cache git zip curl jq + apk add --no-cache git zip curl jq rsync git config --global http.sslVerify false - name: Checkout