mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-22 13:14:33 +02:00
Merge branch 'master' of github.com:aunetx/deezer-linux
This commit is contained in:
commit
de4ebe6f31
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -6,8 +6,8 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flatpak:
|
packages:
|
||||||
name: "Flatpak"
|
name: "Build packages"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
@ -15,5 +15,10 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- name: build rpm
|
- name: build
|
||||||
run: make build_rpm
|
run: make build_pkgs
|
||||||
|
- name: upload artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: packages
|
||||||
|
path: artifacts/x64/*.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user