Bläddra i källkod

Fix github release pipeline

Nick Babcock 2 år sedan
förälder
incheckning
5866e9e510
1 ändrade filer med 2 tillägg och 2 borttagningar
  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'