Skip to content

Merge pull request #31 from filipnavara/elf_many_sections #129

Merge pull request #31 from filipnavara/elf_many_sections

Merge pull request #31 from filipnavara/elf_many_sections #129

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install .NET 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml