Skip to content

.github/workflows/deploy-linux-appimage.yml #10

.github/workflows/deploy-linux-appimage.yml

.github/workflows/deploy-linux-appimage.yml #10

on:
workflow_dispatch:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
deploy:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}/linux-ci:latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: true
- name: Build and test
run: ci/buildappimage.sh
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: "dxfplotter*.AppImage"