Skip to content

remove duplicate action trigger #14

remove duplicate action trigger

remove duplicate action trigger #14

Workflow file for this run

name: build

Check failure on line 1 in .github/workflows/build-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-action.yml

Invalid workflow file

(Line: 5, Col: 5): A sequence was not expected
on:
pull_request:
- .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