Skip to content

🚀 Deploy Version #15

🚀 Deploy Version

🚀 Deploy Version #15

Workflow file for this run

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