Skip to content

Implement new security features and more functions. (#1) #2

Implement new security features and more functions. (#1)

Implement new security features and more functions. (#1) #2

Workflow file for this run

name: Ytdlp.NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Restore dependencies
run: dotnet restore src/Filo/Filo.csproj
- name: Build
run: dotnet build src/Filo/Filo.csproj -c Release