From 5ea49bdf280d11abc21583e8999fff3ebd02326b Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Thu, 2 Jun 2022 11:01:32 +0300 Subject: [PATCH] Fix windows artifact path --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index bff62d6..5355592 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -38,7 +38,7 @@ jobs: with: name: x86-windows-fallout2-ce path: | - build/x86-windows/fallout2-ce.exe + build/x86-windows/Release/fallout2-ce.exe retention-days: 7 build-linux32: