diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c3afbd6..914bc66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,14 +6,12 @@ on: workflow_dispatch: jobs: - deploy: - if: startsWith(github.ref, 'refs/tags/') + engine3d: uses: engine3d-dev/ci/.github/workflows/deploy.yml@main with: compiler: gcc version: ${{ github.ref_name }} arch: x86_64 compiler_version: 12.3 - compiler_package: "" os: Linux secrets: inherit