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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user