Attempt to fix tests for Nightly builds

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-04-15 10:20:58 +01:00
parent 0e8785e7ac
commit 2cdf1cf3b6
3 changed files with 4 additions and 4 deletions

View File

@@ -225,4 +225,4 @@ jobs:
with:
artifact: win-${{ inputs.arch }}
runs-on: windows-2022
executable: ${{ inputs.arch == 'ia32' && './dist/win-ia32-unpacked/Element.exe' || './dist/win-unpacked/Element.exe' }}
executable: ./dist/win*-unpacked/Element*.exe