Skip to content

Fixing pipeline syntax #47

Fixing pipeline syntax

Fixing pipeline syntax #47

Workflow file for this run

name: Release new version
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
checks: write
jobs:
call-build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-24.04-arm, ubuntu-22.04-arm, macos-15, macos-14, macos-13, windows-2025, windows-2022, windows-2019]
compiler: [nuitka, pyinstaller]
uses: flowkeeper-org/fk-desktop/.github/workflows/[email protected]
with:
os: ${{ matrix.os }}
compiler: ${{ matrix.compiler }}
secrets: inherit
release:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, ubuntu-24.04-arm, ubuntu-22.04-arm, macos-15, macos-14, macos-13, windows-2025, windows-2022, windows-2019]
compiler: [nuitka, pyinstaller]
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.compiler }}-all
path: .
- name: Release
uses: softprops/action-gh-release@v1
with:
files: *

Check failure on line 42 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 42