Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent 1540547 commit c718bbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/import/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ runs:
- name: Prep
shell: bash
run: |
ls -R
cd imgui-godot-*/imgui-godot-* || true
cd ${{ inputs.path }}
godotenv addons install
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: ${{ needs.package.outputs.pkg_single }}
Expand Down Expand Up @@ -368,6 +370,8 @@ jobs:
name: ${{ matrix.name }} (${{ matrix.gdver }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: ${{ needs.package.outputs.pkg_single }}
Expand Down Expand Up @@ -417,6 +421,8 @@ jobs:
name: ${{ matrix.name }} (${{ matrix.gdver }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
name: ${{ needs.package.outputs.pkg_single }}
Expand Down

0 comments on commit c718bbe

Please sign in to comment.