Skip to content

Commit a4189ea

Browse files
committed
Uhh, fix artifact name?
1 parent e4fe015 commit a4189ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Upload standard release
2727
uses: actions/upload-artifact@v4
2828
with:
29-
name: OpenSR Launchpad ${{github.ref_name}} (Standard-Windows).zip
29+
name: OpenSR Launchpad ${{github.ref_name}} (Standard-Windows)
3030
path: OpenSR Launchpad ${{github.ref_name}} (Standard-Windows).zip
3131

3232
- name: Build standalone release
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload standalone release
4141
uses: actions/upload-artifact@v4
4242
with:
43-
name: OpenSR Launchpad ${{github.ref_name}} (Standalone-Win64).zip
43+
name: OpenSR Launchpad ${{github.ref_name}} (Standalone-Win64)
4444
path: OpenSR Launchpad ${{github.ref_name}} (Standalone-Win64).zip
4545

4646
build-linux:
@@ -61,7 +61,7 @@ jobs:
6161
- name: Upload standard release
6262
uses: actions/upload-artifact@v4
6363
with:
64-
name: OpenSR Launchpad ${{github.ref_name}} (Standard-Linux).zip
64+
name: OpenSR Launchpad ${{github.ref_name}} (Standard-Linux)
6565
path: OpenSR Launchpad ${{github.ref_name}} (Standard-Linux).zip
6666

6767
# TODO: Figure out launcher script (and whether one is even needed)

0 commit comments

Comments
 (0)