Merge branch 'master' of github.com:aunetx/deezer-linux

This commit is contained in:
aunetx 2021-11-15 16:44:53 +01:00
commit 04897fe418
1 changed files with 19 additions and 0 deletions

19
.github/workflows/build.yml vendored Normal file
View File

@ -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