[core] Add Flatpak Files to Build Archive (#23)

Instead of downloading the Flatpak files from GitHub in the
"app.feeddeck.feeddeck.yml" file, we are now adding the files to the
archive we create during the release process.
This commit is contained in:
Rico Berger
2023-10-11 18:31:29 +02:00
committed by GitHub
parent e83b367e3f
commit 58e38a0a10
3 changed files with 6 additions and 46 deletions

View File

@@ -281,6 +281,9 @@ jobs:
- name: Package
run: |
cp linux/flatpak/app.feeddeck.feeddeck.desktop build/linux/x64/release/bundle/
cp linux/flatpak/app.feeddeck.feeddeck.metainfo.xml build/linux/x64/release/bundle/
cp linux/flatpak/app.feeddeck.feeddeck.svg build/linux/x64/release/bundle/
cd build
cp -r linux/x64/release/bundle/ feeddeck-linux-x86_64
tar -czf feeddeck-linux-x86_64.tar.gz feeddeck-linux-x86_64