From ed21cff1b109c9a8031e585a91597ec4d024cc00 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Sat, 1 Jul 2023 17:07:25 +0300 Subject: [PATCH] Update release-nexusmods.yml --- .github/workflows/release-nexusmods.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-nexusmods.yml b/.github/workflows/release-nexusmods.yml index 85363ae..084a98a 100644 --- a/.github/workflows/release-nexusmods.yml +++ b/.github/workflows/release-nexusmods.yml @@ -43,12 +43,7 @@ jobs: uses: butr/actions-common-setup@v2.1 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: |