Skip to content

Commit

Permalink
fix for windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Sep 23, 2023
1 parent f8315fd commit 4b1c330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
Set-Location .\release\build
ls
$zipDateiName = "windows-release.zip"
$exeDateien = Get-ChildItem -Path . -Include *.exe
$exeDateien = Get-ChildItem *.exe
if ($exeDateien.Count -eq 0) {
Write-Host "Keine EXE-Dateien gefunden."
exit 1
Expand Down

0 comments on commit 4b1c330

Please sign in to comment.