Skip to content

Commit

Permalink
pkg dir 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 20, 2024
1 parent 2fe9e97 commit 31b34a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ jobs:
echo "pkgfn=$pkgfn" >> $GITHUB_OUTPUT
rm -rf gdext
pkgdir=~/imgui-godot-${plugin_ver}
mkdir $pkgdir
pkgdir=~/tmp/imgui-godot-${plugin_ver}
mkdir -p $pkgdir
mv * $pkgdir
echo "pkgdir=$pkgdir" >> $GITHUB_OUTPUT
Expand All @@ -216,4 +216,4 @@ jobs:
with:
name: ${{ steps.prep.outputs.pkgfn }}
path: |
${{ steps.prep.outputs.pkgdir }}
~/tmp

0 comments on commit 31b34a3

Please sign in to comment.