Skip to content

chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 #28

chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0

chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 #28

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: guitarrapc/actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Release
- run: dotnet test -c Release --no-build --logger GitHubActions --logger "console;verbosity=normal"
- run: dotnet pack -c Release