From 5a6120c30a631ec35d644dade8bd7252d5ef4eaf Mon Sep 17 00:00:00 2001 From: jithatsonei Date: Thu, 18 Apr 2024 19:01:56 -0500 Subject: [PATCH] whoops --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c86236..2a2c541 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,17 +23,17 @@ jobs: - uses: actions/checkout@v2 - name: Restore dependencies - run: dotnet restore ./src/KitsuneSteamRestrict.csproj + run: dotnet restore - name: Build - run: dotnet publish --configuration Debug ./src/KitsuneSteamRestrict.csproj + run: dotnet publish --configuration Debug - name: Archive production artifacts uses: actions/upload-artifact@v2 with: name: net8.0-artifacts path: | - src/bin/Debug/net8.0/publish/RockTheVote* + bin/Debug/net8.0/publish/RockTheVote* release: needs: build