Skip to content

ci: fix github workflow #12

ci: fix github workflow

ci: fix github workflow #12

Workflow file for this run

name: draft-release
on:
push:
tags:
- "v*"
jobs:
build-all:
uses: ./.github/workflows/build.yml
release:
runs-on: ubuntu-latest
needs:
- build-all
steps:
- name: Download all artifact
uses: actions/download-artifact@v4
with:
path: .
- name: Draft release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
draft: true
files: |
./*/*