Files
SDL3CPlusPlus/.github/workflows/release.yml
2026-01-08 03:20:44 +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