From b66c2c4dfa6e97dffe7e477235e417bb86393e6c Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Fri, 1 Sep 2023 15:17:57 -0700 Subject: [PATCH] ci: fix placing the built executables [skip test] --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a2b88fd7..62823e2f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -263,9 +263,7 @@ jobs: mv -v ./dist/ ./dist-artifacts mv -v ./dist-artifacts/* ./ - mv -v ./exe/ ./exe-artifacts - mv -v ./exe-artifacts/* ./ - + mv -v ./exe/* ./ chmod +x -R ./exe/ - name: Draft the release