Skip to content

add Browser Tabs plugin #1

add Browser Tabs plugin

add Browser Tabs plugin #1

Workflow file for this run

name: build
on:
push:
paths-ignore:
- .github/workflows/*
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
cache: true
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -c Release
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: BrowserTabs
path: Output/Release/Flow.Launcher.Plugin.BrowserTabs