Added update portal in cooker releases + code cleanup [skip ci]

This commit is contained in:
XargonWan 2023-08-31 08:51:43 +02:00
parent d6e0691a70
commit 97493cbb62
2 changed files with 2 additions and 11 deletions

View file

@ -56,11 +56,8 @@ jobs:
- name: Run pre-build automation tasks
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
# remove me when the automations tool substitution can do this
# - name: Set branch in the manifest
# run: |
# sed -i "s/THISBRANCH/$(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
# echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
- name: "Adding flatpak portal for automated updates (cooker only)"
run: sed -i '/finish-args:/a \ \ - --talk-name=org.freedesktop.Flatpak' net.retrodeck.retrodeck.yml
- name: "Build flatpak: download only"
id: "flatpak-download"

View file

@ -45,12 +45,6 @@ jobs:
- name: Run pre-build automation tasks
run : "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/pre_build_automation.sh"
# remove me when the automations tool substitution can do this
# - name: Set branch in the manifest
# run: |
# sed -i "s/THISBRANCH/$(git rev-parse --abbrev-ref HEAD)/g" net.retrodeck.retrodeck.yml
# echo "Branch name is: $(git rev-parse --abbrev-ref HEAD)"
- name: Read manifest content
id: read_manifest
run: echo "::set-output name=file_content::$(cat net.retrodeck.retrodeck.yml)"