Skip to content

wip

wip #14

on:
workflow_dispatch:
push:
branches:
- "**"
# # 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 }}/ubuntu:develop
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"