Files
SDL3CPlusPlus/.github/workflows/release.yml
Richard Ward fdf030b26d tidy workflow
2025-12-18 23:45:54 +00:00

24 lines
443 B
YAML

name: Release Demo
on:
push:
permissions:
contents: write
packages: write
jobs:
upload-build-artifact:
uses: ./.github/workflows/upload-build-artifact.yml
secrets: inherit
package-release:
needs: upload-build-artifact
uses: ./.github/workflows/package-release.yml
secrets: inherit
publish-container:
needs: upload-build-artifact
uses: ./.github/workflows/publish-container.yml
secrets: inherit