From ebff85c90db15cc242dc8c5fc1491da041ec87a3 Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 25 Dec 2023 19:24:32 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2ba163..4724885 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: msbuild ccx_testsuite.sln /t:ccx_testsuite /p:Platform="x86" /p:Configuration=Release - name: Prepare artifact upload - run: mkdir ./artifact; cp CCExtractorTester.exe ./artifact/CCExtractorTester.exe; cp testGenerations.dll ./artifact/testGenerations.dll; cp CommandLine.dll ./artifact/CommandLine.dll + run: ls -lah; mkdir ./artifact; cp ./CCExtractorTester.exe ./artifact/CCExtractorTester.exe; cp ./testGenerations.dll ./artifact/testGenerations.dll; cp ./CommandLine.dll ./artifact/CommandLine.dll working-directory: CCExtractorTester\bin\Release\ - name: Archive Release