Skip to content

Commit d46fdf5

Browse files
authored
fix: windows build
1 parent ed01157 commit d46fdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Create and Upload Artifact (dlls)
7373
uses: actions/upload-artifact@main
7474
with:
75-
name: otclient-${{ matrix.buildtype }}-${{ github.sha }}
75+
name: otclient-dlls-${{ matrix.buildtype }}-${{ github.sha }}
7676
path: |
7777
${{ github.workspace }}/*.dll
7878

0 commit comments

Comments
 (0)