update github action

This commit is contained in:
UbitUmarov
2024-05-22 02:16:22 +01:00
parent 270427ba2a
commit 547c431c43

View File

@@ -13,7 +13,7 @@ jobs:
if: github.repository == 'opensim/opensim' if: github.repository == 'opensim/opensim'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: shortsha - name: shortsha
id: vars id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
@@ -21,9 +21,9 @@ jobs:
run: bash ${GITHUB_WORKSPACE}/runprebuild.sh run: bash ${GITHUB_WORKSPACE}/runprebuild.sh
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: '6.0.x' dotnet-version: '8.0.x'
- name: Build - name: Build
id: build id: build
run: dotnet build --configuration Release OpenSim.sln run: dotnet build --configuration Release OpenSim.sln