Skip to content

correct changelog.md #64

correct changelog.md

correct changelog.md #64

Workflow file for this run

name: Main Workflow
on:
push:
tags:
- '*'
jobs:
run-linux:
uses: ./.github/workflows/appimage.yml
run-windows:
needs: run-linux
uses: ./.github/workflows/windows.yml
secrets: inherit
publish:
needs: [run-linux, run-windows]
uses: ./.github/workflows/artifacts.yml