fix(ci): fix gh vars
This commit is contained in:
parent
3601fd59c1
commit
8b61281f01
|
|
@ -24,10 +24,10 @@ jobs:
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
|
|
||||||
- name: Publish
|
- 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
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Kiseki.Launcher.Windows (${{ matrix.configuration }})
|
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