diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d33e4ee..90a4dc6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,13 +10,13 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v3.2.0 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Install dependencies run: dotnet restore - name: Build with dotnet run: dotnet build --configuration Release --no-restore - name: Publish - run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net7.0 --output ./Release + run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net8.0 --output ./Release - name: 📂 Sync files if: ${{ github.repository_owner == 'CodeBeamOrg' }}