Replace only the gittyup repository not also the git-lfs

This commit is contained in:
Martin Marmsoler 2022-03-26 18:54:59 +01:00
parent 87bc79630e
commit ec56b851d4

View File

@ -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'