Skip to content

Commit

Permalink
[workflow] Update release generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni authored Jun 14, 2023
1 parent edbd42e commit f74ff2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ jobs:
shell: bash
run: |
mkdir archives
ls
unzip '*.zip' -d archives
ls
cd archives
for f in *; do mv "$f" "${f/release_/}";done
- name: Prepare Release
run: |
Expand Down

0 comments on commit f74ff2d

Please sign in to comment.