浏览代码

Fix github release pipeline

Nick Babcock 2 年之前
父节点
当前提交
5866e9e510
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/release.yml

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

@@ -16,7 +16,7 @@ jobs:
     - uses: actions/checkout@v3
       with:
         submodules: true
-    - uses: actions/setup-dotnet@v1
+    - uses: actions/setup-dotnet@v3
       with:
         dotnet-version: '6.0.*'
     - run: dotnet publish -c Release .\OhmGraphite\
@@ -31,7 +31,7 @@ jobs:
         name: ${{ env.ARTIFACT_NAME }}
         if-no-files-found: error
     - name: Release
-      uses: softprops/action-gh-release@v1
+      uses: softprops/action-gh-release@v0.1.13 # https://github.com/softprops/action-gh-release/issues/280
       if: startsWith(github.ref, 'refs/tags/')
       with:
         files: 'OhmGraphite\bin\*.zip'