فهرست منبع

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'