mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Updated pipelines [skip ci]
This commit is contained in:
parent
71d5e6f809
commit
b80b95930b
1
.github/workflows/cooker-selfhosted.yml
vendored
1
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -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: |
|
||||
|
|
1
.github/workflows/main-selfhosted.yml
vendored
1
.github/workflows/main-selfhosted.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue