Skip to content

Commit

Permalink
test one
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Aug 9, 2023
1 parent 5b0e794 commit ffbf5ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
ls
- name: Rename Packages
run: |
for file in *.jar; do mv "$file" "${file/.jar/-${{matrix.os}}.jar}"; done
ls
run: |
for file in *.jar; do mv "$file" "${file/.jar/-${{matrix.os}}.jar}"; done
ls

0 comments on commit ffbf5ee

Please sign in to comment.