From 60985bc9d0256a601a023a814d1a551be6487076 Mon Sep 17 00:00:00 2001 From: Patrick Dawson Date: Thu, 20 Jun 2024 00:09:58 +0200 Subject: [PATCH] export test --- .github/workflows/gdext.yml | 19 ++++++++++++++++--- .github/workflows/godot.yml | 1 - 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gdext.yml b/.github/workflows/gdext.yml index 076cb28..a1bd2a0 100644 --- a/.github/workflows/gdext.yml +++ b/.github/workflows/gdext.yml @@ -34,7 +34,7 @@ jobs: uses: lukka/run-vcpkg@v11 with: vcpkgGitCommitId: ${{ env.vcpkg_tag }} - + - uses: actions/cache@v4 id: cache-godot-cpp if: github.ref_type != 'tag' @@ -258,7 +258,7 @@ jobs: steps: - uses: actions/checkout@v4 - + - name: Prepare files id: prep_cs run: | @@ -273,9 +273,22 @@ jobs: pkgdir=~/out/imgui-godot-${plugin_ver} mkdir -p $pkgdir mv * $pkgdir - + - name: Upload package uses: actions/upload-artifact@v4 with: name: ${{ steps.prep_cs.outputs.pkgfn }} path: ~/out + + export_linux: + name: 🐧Export + runs-on: ubuntu-latest + needs: [package] + + steps: + - uses: actions/download-artifact@v4 + with: + pattern: imgui-godot-*_imgui* + + - run: | + ls -R diff --git a/.github/workflows/godot.yml b/.github/workflows/godot.yml index 1cd3363..268576c 100644 --- a/.github/workflows/godot.yml +++ b/.github/workflows/godot.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: - gdver: ["4.2.2", "4.3.0-beta.1"] include: - gdver: "4.2.2" gdver_full: 4.2.2.stable.mono