Update release-nexusmods.yml

master
Vitaly Mikhailov 3 years ago committed by GitHub
parent 519c51b865
commit adea8da359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,11 @@ 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:

Loading…
Cancel
Save