Skip to content

Preapre for GitHub release #21

Preapre for GitHub release

Preapre for GitHub release #21

Workflow file for this run

name: Build
on: workflow_dispatch
jobs:
build:
uses: ./build.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

invalid value workflow reference: no version specified
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