Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent f2953ab commit a01a08f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ jobs:
pkgfn=imgui-godot-${plugin_ver}_imgui-${imgui_ver}${{ matrix.precision == 'double' && '_double-precision' || '' }}
echo $pkgfn
echo "pkgfn=$pkgfn" >> $GITHUB_OUTPUT
echo "pkg_${{ matrix.precision }}=$pkgfn" >> $GITHUB_ENV
rm -rf gdext
pkgdir=~/out/imgui-godot-${plugin_ver}
Expand Down Expand Up @@ -289,7 +290,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
pattern: imgui-godot-*_imgui*
name: ${{ env.pkg_single }}

- uses: chickensoft-games/setup-godot@v2
with:
Expand Down Expand Up @@ -369,7 +370,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
pattern: imgui-godot-*_imgui*
name: ${{ env.pkg_single }}

- uses: chickensoft-games/setup-godot@v2
with:
Expand Down Expand Up @@ -417,7 +418,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
pattern: imgui-godot-*_imgui*
name: ${{ env.pkg_single }}

- uses: chickensoft-games/setup-godot@v2
with:
Expand Down

0 comments on commit a01a08f

Please sign in to comment.