Skip to content

Commit

Permalink
Update release-tagged-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedOven committed Feb 22, 2025
1 parent 45fbc01 commit 62147e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-tagged-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: git diff --quiet tags/${LATEST_RELEASE_TAG} HEAD -- CHANGELOG.md || exit -1

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand All @@ -53,7 +53,7 @@ jobs:
run: ./build.sh --configuration=Release --target=BuildNuGet

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lethal-emotes-api
path: CustomEmotesAPI/bin/Debug/netstandard2.1/upload/
Expand Down

0 comments on commit 62147e6

Please # to comment.