Mark experimental builds at the start of their filename (#4551)
This commit is contained in:
@@ -427,7 +427,10 @@ jobs:
|
||||
|
||||
- name: Mark experimental
|
||||
run: |
|
||||
for file in *; do mv -n "$file" "$(echo $file | sed 's/\(6\(\.[[:digit:]]\)\{2\}\)/\1-EXPERIMENTAL/g')"; done
|
||||
# Mark all Qt6 builds as EXPERIMENTAL
|
||||
mv chatterino-macos-Qt-6.5.0.dmg EXPERIMENTAL-chatterino-macos-Qt-6.5.0-dmg
|
||||
mv Chatterino-ubuntu-22.04-Qt-6.2.4.deb EXPERIMENTAL-Chatterino-ubuntu-22.04-Qt-6.2.4.deb
|
||||
mv chatterino-windows-x86-64-Qt-6.5.0.zip EXPERIMENTAL-chatterino-windows-x86-64-Qt-6.5.0.zip
|
||||
working-directory: release-artifacts
|
||||
shell: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user