From 8e3de335fa9314f002e800ff6a5c71cc7653434e Mon Sep 17 00:00:00 2001 From: Simon Thormeyer Date: Sun, 22 Oct 2023 02:11:15 +0200 Subject: [PATCH] ci: include binary --- .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 a7a3dd9..9e3cb3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,6 +110,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: binaries/windows/litt + asset_path: binaries/windows/litt.exe asset_name: litt-windows-latest asset_content_type: application/octet-stream