diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49529bd..1c4c534 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - name: Restore run: dotnet restore - name: Build - run: dotnet build ${{ env.PROJECT_PATH }} -c cs2rtv/cs2rtv.cs -o ${{ env.OUTPUT_PATH }} + run: dotnet build ${{ env.PROJECT_PATH }} -c cs2rtv -o ${{ env.OUTPUT_PATH }} - name: Archive build uses: actions/upload-artifact@v4 with: