diff --git a/.github/workflows/ci-build-release.yml b/.github/workflows/ci-build-release.yml index b2ecdd8..06c1f7f 100644 --- a/.github/workflows/ci-build-release.yml +++ b/.github/workflows/ci-build-release.yml @@ -67,13 +67,13 @@ jobs: - name: Download build artifacts for Windows amd64 uses: actions/download-artifact@v2 with: - name: clj-mergetool-windows-latest-amd64.exe + name: clj-mergetool-windows-latest-amd64 path: target/clj-mergetool-windows-amd64.exe - name: Download build artifacts for Windows arm64 uses: actions/download-artifact@v2 with: - name: clj-mergetool-windows-latest-arm64.exe + name: clj-mergetool-windows-latest-arm64 path: target/clj-mergetool-windows-arm64.exe - name: Download build artifacts for macOS amd64