Skip to content

Commit

Permalink
update pipeline 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtharriger committed May 18, 2024
1 parent 5789811 commit 45e0777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
- name: Download build artifacts for Windows amd64
uses: actions/download-artifact@v2
with:
name: clj-mergetool-windows-latest-amd64
name: clj-mergetool-windows-latest-amd64.exe
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
name: clj-mergetool-windows-latest-arm64.exe
path: target/clj-mergetool-windows-arm64.exe

- name: Download build artifacts for macOS amd64
Expand Down

0 comments on commit 45e0777

Please sign in to comment.