From d50b53c7ea78fea08e8aabbd7e83b65c02f6095c Mon Sep 17 00:00:00 2001 From: Karan Batavia Date: Tue, 2 Apr 2024 16:54:34 +0530 Subject: [PATCH] publish linux x64 binaries --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e00396..aaffee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,7 @@ jobs: with: tag_name: ${{ steps.taggerDryRun.outputs.new_tag }} files: | + dotnetastgen-linux dotnetastgen-linux-arm64 dotnetastgen-macos dotnetastgen-win.exe \ No newline at end of file