Skip to content
Snippets Groups Projects
Unverified Commit 7d892d81 authored by youngcw's avatar youngcw Committed by GitHub
Browse files

Add assets to release (#2632)

* add flatpack to electron build

* note

* add to workflow

* try to fix workflow

* typos

* workflow

* work

* update

* add repo

* update other electron workflow

* stable doesn't work

* fix version

* add step

* note

* fix
parent 84fbc7e4
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ env:
on:
push:
branches:
- master
tags:
- v**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
......@@ -18,6 +18,9 @@ concurrency:
jobs:
build:
# this is so the assets can be added to the release
permissions:
contents: write
strategy:
matrix:
os:
......@@ -57,3 +60,11 @@ jobs:
packages/desktop-electron/dist/*.exe
packages/desktop-electron/dist/*.AppImage
packages/desktop-electron/dist/*.flatpak
- name: Add to Release
uses: softprops/action-gh-release@v2
with:
files: |
packages/desktop-electron/dist/*.dmg
packages/desktop-electron/dist/*.exe
packages/desktop-electron/dist/*.AppImage
packages/desktop-electron/dist/*.flatpak
---
category: Enhancements
authors: [youngcw]
---
Add desktop apps to the release assets
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment