mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[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:
3
.github/workflows/continuous-delivery.yaml
vendored
3
.github/workflows/continuous-delivery.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user