mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-25 14:15:02 +00:00
24 lines
443 B
YAML
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
|