Skip to content

Add Firefox tab support #16

Add Firefox tab support

Add Firefox tab support #16

Workflow file for this run

name: build
on:
pull_request:
paths-ignore:
- .github/workflows/*
- README.md
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
- 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