Skip to content

Fixed dependency property error in file explorer. #98

Fixed dependency property error in file explorer.

Fixed dependency property error in file explorer. #98

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
- name: Build
run: 'dotnet publish .\SuperLauncherBootstrap'
- name: Upload Artifact
uses: actions/upload-artifact@v4.3.4
with:
path: '.\SuperLauncherBootstrap\bin'