Files
android/.github/workflows/publish-github-release.yml
2025-06-27 17:00:05 +00:00

15 lines
232 B
YAML

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