Skip to content

Release manually

Release manually #4

Workflow file for this run

name: Release
on:
workflow_dispatch:
permissions:
contents: write
jobs:
build-pixelos:
uses: ./.github/workflows/build_pixelos.yml
build-oos:
uses: ./.github/workflows/build_oos11.yml
build-los:
uses: ./.github/workflows/build_los.yml

Check failure on line 12 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/build_los.yml" (source branch with sha:911634915e61f8db117c744214bf4253dd20633d) : workflow is not reusable as it is missing a `on.workflow_call` trigger
release:
needs:
- build-pixelos
- build-oos
- build-los
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Set up date
run: echo "BUILD_TIME=$(TZ=Asia/Shanghai date "+%Y%m%d%H%M")" >> $GITHUB_ENV
- name: release
uses: softprops/action-gh-release@v2
with:
name: Kernel target release(${{ env.BUILD_TIME }})
files: |
AnyKernel3-*.zip