From ec56b851d4c216e7b3327ff682e6878779718518 Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sat, 26 Mar 2022 18:54:59 +0100 Subject: [PATCH] Replace only the gittyup repository not also the git-lfs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 640911ef..3f0002cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Replace source url run: > - sed -i "s@url: .*.git@url: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY@" com.github.Murmele.Gittyup/com.github.Murmele.Gittyup.yml + sed -i "s@url: .*Gittyup.git@url: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY@" com.github.Murmele.Gittyup/com.github.Murmele.Gittyup.yml - name: Add dev build marker to cmake options if: github.ref_type != 'tag'