mirror of
https://github.com/csd4ni3l/game-of-life.git
synced 2025-11-05 05:58:06 +01:00
Windows executable name typo
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
Write-Host "Searching for built Windows binary..."
|
||||
Get-ChildItem -Recurse -File -Filter 'lasergates*.exe' | Select-Object -First 1 | ForEach-Object {
|
||||
Get-ChildItem -Recurse -File -Filter 'GameOfLife*.exe' | Select-Object -First 1 | ForEach-Object {
|
||||
Write-Host ("Found: " + $_.FullName)
|
||||
New-Item -ItemType Directory -Force -Path build_output | Out-Null
|
||||
Copy-Item $_.FullName "build_output\GameOfLife.exe"
|
||||
|
||||
Reference in New Issue
Block a user