From b2b04cb4283b0062a1ad863d99e7ae18c64944dd Mon Sep 17 00:00:00 2001 From: Aaron <56617292+SpinnerX@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:43:47 -0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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