Skip to content

Commit

Permalink
Rename step to better represent its function
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelei8291 committed Oct 5, 2023
1 parent b7efda0 commit 8cee0cc
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 @@ -101,7 +101,7 @@ jobs:
BUILD_NUMBER: ${{ inputs.build }}
run: |
./gradlew createReobfPaperclipJar --stacktrace
- name: Prepare Release
- name: Prepare Release and Generate Changelogs
run: |
sudo wget -nv --show-progress --progress=bar:force:noscroll https://github.com/BLAKE3-team/BLAKE3/releases/latest/download/b3sum_linux_x64_bin -O /usr/bin/b3sum || exit 1
sudo chmod +x /usr/bin/b3sum
Expand Down

0 comments on commit 8cee0cc

Please sign in to comment.