diff --git a/.github/workflows/ci-build-release.yml b/.github/workflows/ci-build-release.yml index 87bb5c2..4c683ea 100644 --- a/.github/workflows/ci-build-release.yml +++ b/.github/workflows/ci-build-release.yml @@ -100,6 +100,16 @@ jobs: name: clj-mergetool-macos-latest-arm64 path: target/clj-mergetool-macos-arm64 + - name: Rename artifacts + run: | + mv target/clj-mergetool-linux-amd64/clj-mergetool target/clj-mergetool-linux-amd64 + mv target/clj-mergetool-linux-arm64/clj-mergetool target/clj-mergetool-linux-arm64 + mv target/clj-mergetool-windows-amd64/clj-mergetool.exe target/clj-mergetool-windows-amd64.exe + mv target/clj-mergetool-windows-arm64/clj-mergetool.exe target/clj-mergetool-windows-arm64.exe + mv target/clj-mergetool-macos-amd64/clj-mergetool target/clj-mergetool-macos-amd64 + mv target/clj-mergetool-macos-arm64/clj-mergetool target/clj-mergetool-macos-arm64 + + - name: Display structure of downloaded files run: ls -R target