Merge branch 'master' of github.com:aunetx/deezer-linux
This commit is contained in:
commit
04897fe418
|
@ -0,0 +1,19 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
- name: build rpm
|
||||
run: make build_rpm
|
Loading…
Reference in New Issue