Skip to content

Release

Release #22

Workflow file for this run

name: Release
on: workflow_dispatch
jobs:
build:
steps:

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 7, Col: 5): Required property is missing: runs-on
- name: Build
uses: ./build.yml
download:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
merge-multiple: true
- name: Display structure of downloaded files
run: ls -R