diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3975cdd..19cf92fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,6 +64,12 @@ jobs: owner: 'flathub' repository: 'com.github.Murmele.Gittyup' + # just until the new release is out + - name: Checkout restructureCMake + run: > + cd com.github.Murmele.Gittyup + git checkout restructureCMake + - name: Replace git tag by the commit id on which it runs if: github.ref_type != 'tag' run: >