Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 authored Jul 10, 2024
1 parent 7765e0a commit f05eca3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
path: '.\SuperLauncherBootstrap\bin'

0 comments on commit f05eca3

Please sign in to comment.