Skip to content

Commit

Permalink
ci(github): update comment in release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark authored Sep 2, 2024
1 parent d0960aa commit 122e65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Rename packages
run: |
# e.g., "../dists/psych-101-1.2.3-linux.tar.bz2" -> "../dists/linux.tar.bz2"
# e.g., "../dists/renpy-examples-1.2.3-linux.tar.bz2" -> "../dists/linux.tar.bz2"
for filename in ../dists/*; do mv "$filename" "../dists/${filename##*-}"; done
- name: Build web
Expand Down

0 comments on commit 122e65b

Please sign in to comment.