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 533fe19 commit 85b3623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Rename Packages
run: |
for file in (*.jar); do new_file="${file/.jar/-windows.jar}"; mv "$file" "$new_file"; done
for file in (*.jar); do (new_file="${file/.jar/-windows.jar}"; mv "$file" "$new_file";)
ls

0 comments on commit 85b3623

Please sign in to comment.