mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-11-29 09:30:21 +08:00
12 lines
No EOL
166 B
YAML
12 lines
No EOL
166 B
YAML
name: Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
buildluna:
|
|
uses: ./.github/workflows/buildluna.yml
|
|
with:
|
|
createrelease: true
|
|
secrets: inherit
|
|
|