Skip to content

Ellas War 2.0.8

Ellas War 2.0.8 #48

Workflow file for this run

name: Release all
on:
release:
types:
- published
workflow_dispatch:
jobs:
prepare:
uses: ./.github/workflows/workflow-release-prepare.yml
secrets: inherit
with:
node: 20
#Android
package-android:
uses: ./.github/workflows/workflow-release-android.yml
secrets: inherit
needs: prepare
with:
android: 12.0.1
node: 20
#Upload ZIP
zip:
uses: ./.github/workflows/workflow-release-zip.yml
secrets: inherit
needs: prepare