From 185a60867ad43faf172a528caa52f486d9be9a89 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 7 Feb 2025 14:11:47 -0800 Subject: [PATCH] ci: place the artifacts and exe --- .github/workflows/CI.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0dcf0363..a65f3bff 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -284,6 +284,14 @@ jobs: name: dist path: dist/ + - name: Place Artifacts + shell: bash + run: | + mv -v ./dist/ ./dist-artifacts + mv -v ./dist-artifacts/* ./ + + chmod +x -R ./exe/ + - name: Draft the release uses: meeDamian/github-release@2.0 with: