Update release-nexusmods.yml

master
Vitalii Mikhailov 2 years ago committed by GitHub
parent 6a163f64da
commit ed21cff1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,11 +44,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup .NET 3.1
uses: actions/setup-dotnet@master
with:
dotnet-version: 3.1.x
- name: Download Module artifact
uses: actions/download-artifact@v3
with:
@ -102,8 +97,8 @@ jobs:
echo "::set-output name=mod_changelog::$c_desc"
fi
- name: Install NexusUploader
run: dotnet tool install -g NexusUploader;
- name: Install BUTR.NexusUploader
run: dotnet tool install -g BUTR.NexusUploader;
shell: pwsh
- run: |

Loading…
Cancel
Save