Skip to content

Commit 613d783

Browse files
committed
Correct artifact name mistake
1 parent 5d51d7f commit 613d783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- uses: actions/upload-artifact@v4
8484
with:
85-
name: $${{ matrix.os.name }} {{ matrix.profile.name }} Binaries
85+
name: ${{ matrix.os.name }} ${{ matrix.profile.name }} Binaries
8686
path: |
8787
OTAPI.Patcher/bin/Debug/net9.0/artifact-*/*
8888

0 commit comments

Comments
 (0)