Updated pipelines [skip ci]

This commit is contained in:
XargonWan 2023-08-25 15:16:24 +02:00
parent 71d5e6f809
commit b80b95930b
2 changed files with 2 additions and 0 deletions

View file

@ -65,6 +65,7 @@ jobs:
- name: Setting branch in the manifest
run: |
sed -i "s/branch: THISBRANCH/branch: $(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
- name: Build flatpak
run: |

View file

@ -56,6 +56,7 @@ jobs:
- name: Setting branch in the manifest
run: |
sed -i "s/branch: THISBRANCH/branch: $(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
- name: Build flatpak
run: |