Skip to content

updates release action #4

updates release action

updates release action #4

Workflow file for this run

name: Build Package
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build ImageSharp Package
run: dotnet build ./src/ImageSharpCommunity.Formats.Pdf/ImageSharpCommunity.Formats.Pdf.csproj --configuration Release