From e2f497913348f34b1cb7ba63fd0e9eeca2f69fc0 Mon Sep 17 00:00:00 2001 From: IG Date: Thu, 29 Jun 2023 12:15:11 +0100 Subject: [PATCH] include test.exe in the artifacts --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 614a65d..3ca325b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,7 @@ jobs: mkdir atf cp build/bt.msi atf/bt-${{ env.VERSION }}.msi Compress-Archive -Path build/bt/Release/bt.exe -DestinationPath atf/bt-${{ env.VERSION }}.zip -CompressionLevel Optimal + cp build/test/Release/test.exe atf/ "${{ env.VERSION }}" | Out-File atf/version.txt mv release-notes.md atf/ cp docs/release-body.md atf/