Skip to content

Release

Release #24

Workflow file for this run

name: Release
on: workflow_dispatch
jobs:
call-build:
uses: ./.github/workflows/build.yml
download:
needs: call-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