Skip to content

🚀 Deploy Version #18

🚀 Deploy Version

🚀 Deploy Version #18

Workflow file for this run

name: 🚀 Deploy Version
on:
workflow_dispatch:
jobs:
deploy:
# if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
# uses: engine3d-dev/ci/.github/workflows/deploy.yml@main
uses: engine3d-dev/ci/.github/workflows/deploy.yml@main
with:
compiler: gcc
version: ${{ github.ref_name }}
arch: x86_64
os: Linux
secrets: inherit