ソースを参照

Update release to match .net 8 version

Nick Babcock 1 ヶ月 前
コミット
83741a6755
1 ファイル変更1 行追加1 行削除
  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