diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index ad93cbe..6b4cf6c 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -1,18 +1,18 @@ name: .NET Core Desktop - on: push: branches: [ "master" ] pull_request: branches: [ "master" ] - jobs: - build: runs-on: windows-latest steps: - name: Checkout - uses: actions/checkout@v3 - + uses: actions/checkout@v3 - name: Build - run: 'dotnet build .' + run: 'dotnet publish .\SuperLauncherBootstrap' + - name: Upload Artifact + uses: actions/upload-artifact@v4.3.4 + with: + path: '.\SuperLauncherBootstrap\bin'