Files
tactility_apps/.github/workflows/release-apps.yml
T
Ken Van Hoeylandt 722cdc8a1a Add release workflow (#11)
Merging to test if that enables it
2025-10-17 22:03:00 +02:00

17 lines
279 B
YAML

name: Release Apps
on:
workflow_run:
workflows: ["Build Apps"]
types:
- completed
permissions: read-all
jobs:
Publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/release-apps