fix: add https:// prefix to Gitea release action refs
Release Creation / build (release) Failing after 30s

This commit is contained in:
2026-07-21 21:58:55 +02:00
parent f49d9e2cf4
commit f08a741708
+3 -3
View File
@@ -10,17 +10,17 @@ jobs:
steps: steps:
- run: echo "💡 The ${{ gitea.repository }} repository will be cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository will be cloned to the runner."
- uses: RouxAntoine/checkout@v3.5.4 - uses: https://github.com/RouxAntoine/checkout@v3.5.4
# get part of the tag after the `v` # get part of the tag after the `v`
- name: Extract tag version number - name: Extract tag version number
id: get_version id: get_version
uses: battila7/get-version-action@v2 uses: https://github.com/battila7/get-version-action@v2
# Substitute the Manifest and Download URLs in the system.json # Substitute the Manifest and Download URLs in the system.json
- name: Substitute Manifest and Download Links For Versioned Ones - name: Substitute Manifest and Download Links For Versioned Ones
id: sub_manifest_link_version id: sub_manifest_link_version
uses: microsoft/variable-substitution@v1 uses: https://github.com/microsoft/variable-substitution@v1
with: with:
files: "system.json" files: "system.json"
env: env: