fix(ci): fix gh vars
This commit is contained in:
parent
3601fd59c1
commit
8b61281f01
|
|
@ -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\*
|
||||
Loading…
Reference in New Issue