diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index bd96ac2..5bb509a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: - name: Clone WGRplane submodule (shallow) run: | - timeout 60 git -c http.extraheader="Authorization: Bearer ${{ gitea.token }}" clone --depth 1 https://${{ gitea.server_url }}/hainzero/WGRplane.git app + timeout 60 git -c http.extraheader="Authorization: Bearer ${{ gitea.token }}" clone --depth 1 ${{ gitea.server_url }}/hainzero/WGRplane.git app ls -la app/ # Debug - name: Download all artifacts