Add flatpakref file to artifacts (#4388)

The .flatpakref file format definition can be read about here https://man7.org/linux/man-pages/man5/flatpak-flatpakref.5.html
or just `man flatpak-flatpakref`
This commit is contained in:
Ilya Zlobintsev
2023-02-17 22:01:47 +02:00
committed by GitHub
parent 6380fb5198
commit da97079877
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -344,6 +344,11 @@ jobs:
name: chatterino-osx-5.15.2.dmg
path: release-artifacts/
- name: Copy flatpakref
run: |
cp .CI/chatterino-nightly.flatpakref release-artifacts/
shell: bash
- name: Create release
uses: ncipollo/release-action@v1.12.0
with: