Skip to content

Commit

Permalink
rename artifact to match expected
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtharriger committed May 19, 2024
1 parent f14e2b8 commit d275f05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d275f05

Please sign in to comment.