Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Release

Release #1

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags: v*
jobs:
build:
uses: ./.github/workflows/main.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/main.yml" (source branch with sha:5d3623c892adaf179a35a8be857da14120437ba8) : workflow is not reusable as it is missing a `on.workflow_call` trigger
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: download
uses: actions/download-artifact@v4
- name: create release
uses: softprops/[email protected]
with:
files: ./**/build-**.zip