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 85b3623 commit 9c3bd6c
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";)
foreach( $file in (*.jar)) { (new_file="${file/.jar/-windows.jar}"; mv "$file" "$new_file"; }
ls

0 comments on commit 9c3bd6c

Please sign in to comment.