Files
android/.github/workflows/publish-github-release.yml
2025-05-27 13:26:01 +00:00

12 lines
214 B
YAML

name: Publish GitHub Release as newest
on:
workflow_dispatch:
jobs:
stub:
runs-on: ubuntu-24.04
name: Stub
steps:
- name: Stub
run: echo "This is a stub job to trigger the workflow."