mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
fix publish
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -45,12 +45,12 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
env:
|
||||
DOTNET_INSTALL_DIR: $HOME/.dotnet
|
||||
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet
|
||||
|
||||
- name: Set DOTNET_ROOT and PATH
|
||||
run: |
|
||||
echo "DOTNET_ROOT=$HOME/.dotnet" >> $GITHUB_ENV
|
||||
echo "$HOME/.dotnet" >> $GITHUB_PATH
|
||||
echo "DOTNET_ROOT=${{ runner.temp }}/.dotnet" >> $GITHUB_ENV
|
||||
echo "${{ runner.temp }}/.dotnet" >> $GITHUB_PATH
|
||||
|
||||
- name: Check .NET installation
|
||||
run: dotnet --info
|
||||
|
||||
Reference in New Issue
Block a user