Kaynağa Gözat

Update release to match .net 8 version

Nick Babcock 1 ay önce
ebeveyn
işleme
83741a6755
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -18,7 +18,7 @@ jobs:
         submodules: true
     - uses: actions/setup-dotnet@v4
       with:
-        dotnet-version: '6.0.*'
+        dotnet-version: '8.0.*'
     - run: dotnet publish -c Release .\OhmGraphite\
     - name: Set artifact name
       shell: bash