Skip to content

Commit e4fe015

Browse files
committed
... Yeah, consistency is nice anyway.
1 parent 61430c2 commit e4fe015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
uses: gradle/wrapper-validation-action@v1
2222

2323
- name: Build standard release
24-
run: ./gradlew distZip && ren build/distributions/OpenStarRuler-Launchpad.zip "OpenSR Launchpad $GITHUB_REF_NAME (Standard-Windows).zip"
25-
shell: cmd
24+
run: ./gradlew distZip && mv build/distributions/OpenStarRuler-Launchpad.zip "OpenSR Launchpad $GITHUB_REF_NAME (Standard-Windows).zip"
25+
shell: bash
2626
- name: Upload standard release
2727
uses: actions/upload-artifact@v4
2828
with:

0 commit comments

Comments
 (0)