diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 21899ff..b7fa629 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,4 +20,9 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build -c "Release" --no-restore + - name: Upload Build + uses: actions/upload-artifact@v4 + with: + name: "TweaksLauncher" + path: "output/Release"