-
Notifications
You must be signed in to change notification settings - Fork 0
48 lines (43 loc) · 1.12 KB
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Release artifacts
on:
push:
paths-ignore:
- '**.md'
branches:
- '**'
pull_request:
paths-ignore:
- '**.md'
branches:
- '**'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Wait for Extraction
uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
check-name: 'extract-artifacts'
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- name: Download artifacts
id: download-linux-artifacts
uses: dawidd6/action-download-artifact@v2
with:
workflow: container-extract-artifact.yml
- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
title: wayvnc
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "latest"
files: |
neatvnc-0.8.1-r0-x86_64.apk
neatvnc-dev-0.8.1-r0-x86_64.apk
neatvnc-0.8.1-r0-aarch64.apk
neatvnc-dev-0.8.1-r0-aarch64.apk
wayvnc-0.8.0-r0-x86_64.apk
wayvnc-0.8.0-r0-aarch64.apk