Skip to content

Commit

Permalink
specify dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
jere8184 authored and heinezen committed Dec 31, 2024
1 parent b35c9bf commit 26c79cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-server-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
$DLL_PATH = Join-Path package dll | Resolve-Path
cd package
python -m openage --add-dll-search-path $DLL_PATH --version
./run.exe test -a
python -m openage --add-dll-search-path $DLL_PATH test -a
shell: pwsh
- name: Publish build artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-server-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
$DLL_PATH = Join-Path package dll | Resolve-Path
cd package
python -m openage --add-dll-search-path $DLL_PATH --version
./run.exe test -a
python -m openage --add-dll-search-path $DLL_PATH test -a
shell: pwsh
- name: Publish build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 26c79cb

Please sign in to comment.