mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
Merge pull request #3375 from space-syndicate/publish-dotnet
chore: check .net install before using
This commit is contained in:
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -46,6 +46,16 @@ jobs:
|
||||
uses: actions/setup-dotnet@v4.1.0
|
||||
with:
|
||||
dotnet-version: 9.0.x
|
||||
env:
|
||||
DOTNET_INSTALL_DIR: ${{ runner.temp }}/.dotnet
|
||||
|
||||
- name: Set DOTNET_ROOT and PATH
|
||||
run: |
|
||||
echo "DOTNET_ROOT=${{ runner.temp }}/.dotnet" >> $GITHUB_ENV
|
||||
echo "${{ runner.temp }}/.dotnet" >> $GITHUB_PATH
|
||||
|
||||
- name: Check .NET installation
|
||||
run: dotnet --info
|
||||
|
||||
- name: Get Engine Tag
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user