fix bug with duplicate package names under msvc

This commit is contained in:
wsor4035 2024-02-17 14:56:12 -05:00 committed by GitHub
parent d4ec2b2985
commit 291128fc55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: msvc-${{ matrix.config.arch }}
name: msvc-${{ matrix.config.arch }}-${{matrix.sdl.use}}
path: artifact/
android: