diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 193ec72..4d65fd6 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -40,8 +40,8 @@ jobs: path: installer - name: move installer run: | - find "./installer" -type f -name "*.exe" -exec mv {} "./installer" - find "./installer" -mindepth 1 -type d -exec rmdir {} + + find "./installer" -type f -name "*.exe" -exec mv {} "./installer" \; + find "./installer" -mindepth 1 -type d -exec rmdir {} \; - name: create release uses: softprops/action-gh-release@v2 with: