Skip to content

Commit

Permalink
include test.exe in the artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jun 29, 2023
1 parent efc34d5 commit e2f4979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e2f4979

Please sign in to comment.