Skip to content

add graphviz

add graphviz #2179

name: Appimage Create Release Binaries
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install fuse
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y -f -o Acquire::Retries=3 fuse
- name: configure
run: ./configure.sh --release
- name: make
run: make appimage-bld/osc-tui-x86_64.AppImage
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.TOKEN }}"
automatic_release_tag: "v24.06.0"
prerelease: true
title: "Fix Release"
files: |
LICENSE
appimage-bld/osc-tui-x86_64.AppImage