|
@@ -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'
|