Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
canihavesomecoffee authored Dec 25, 2023
1 parent ebff85c commit 172d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: msbuild ccx_testsuite.sln /t:ccx_testsuite /p:Platform="x86" /p:Configuration=Release

- name: Prepare artifact upload
run: ls -lah; mkdir ./artifact; cp ./CCExtractorTester.exe ./artifact/CCExtractorTester.exe; cp ./testGenerations.dll ./artifact/testGenerations.dll; cp ./CommandLine.dll ./artifact/CommandLine.dll
run: ls; 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
Expand Down

0 comments on commit 172d41e

Please sign in to comment.