We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61430c2 commit e4fe015Copy full SHA for e4fe015
1 file changed
.github/workflows/build-release.yml
@@ -21,8 +21,8 @@ jobs:
21
uses: gradle/wrapper-validation-action@v1
22
23
- 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
+ run: ./gradlew distZip && mv build/distributions/OpenStarRuler-Launchpad.zip "OpenSR Launchpad $GITHUB_REF_NAME (Standard-Windows).zip"
+ shell: bash
26
- name: Upload standard release
27
uses: actions/upload-artifact@v4
28
with:
0 commit comments