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