Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazrius committed Mar 10, 2024
1 parent 4d2bc10 commit 7d9c466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
rm -fR _DX*_ _DX*_.exe
shell: bash

- name: Echo
run:
Get-ChildItem -Path ${env:DX9_SDK} -Recurse | %{$_.FullName}

- name: "Download HDE Installer"
if: steps.hde-cache.outputs.cache-hit != 'true'
run:
Expand Down

0 comments on commit 7d9c466

Please sign in to comment.