Skip to content

ci: Use reusable container-build-bush #30

ci: Use reusable container-build-bush

ci: Use reusable container-build-bush #30

Workflow file for this run

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