fix(ci): fix gh vars

This commit is contained in:
rjindael 2023-07-31 05:25:15 -07:00
parent 3601fd59c1
commit 8b61281f01
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ jobs:
run: dotnet build --no-restore
- name: Publish
run: dotnet publish --no-self-contained -c {{ matrix.configuration }} -r win-x64
run: dotnet publish --no-self-contained -c ${{ matrix.configuration }} -r win-x64
- name: Upload
uses: actions/upload-artifact@v3
with:
name: Kiseki.Launcher.Windows (${{ matrix.configuration }})
path: .\Kiseki.Launcher.Windows\bin\{{ matrix.configuration }}\net7.0-windows\win-x64\publish\*
path: .\Kiseki.Launcher.Windows\bin\${{ matrix.configuration }}\net7.0-windows\win-x64\publish\*