Skip to content

distribution

distribution #5

name: Publish release
on:
repository_dispatch:
types: [distribution]
jobs:
extractChangelog:
runs-on: self-hosted
steps:
- run: |
echo ${{ github.event.client_payload.AppName }}
echo ${{ github.event.client_payload.Platform }}