Skip to content

🚀 Deploy Version

🚀 Deploy Version #4

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

Check failure on line 11 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / 🚀 Deploy Version

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 11, Col: 17): Invalid input, compiler is not defined in the referenced workflow. .github/workflows/deploy.yml (Line: 13, Col: 13): Invalid input, arch is not defined in the referenced workflow.
version: ${{ github.ref_name }}
arch: x86_64
compiler_version: 12.3
compiler_package: ""
os: Linux
secrets: inherit