Skip to content

Fix marshalling of utf8 byte* to string caused by Span.IndexOf + int.… #4

Fix marshalling of utf8 byte* to string caused by Span.IndexOf + int.…

Fix marshalling of utf8 byte* to string caused by Span.IndexOf + int.… #4

name: ci_publish_libshaderc
on:
push:
tags:
- "libshaderc/*"
paths:
- 'src/*.props'
- 'src/libshaderc/**'
pull_request:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
#GITHUB_ACTION_PRE_STEP
- name: "Build, Test and Publish libshaderc"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
dotnet-releaser-path: 'src/libshaderc/dotnet-releaser.toml'
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
#GITHUB_ACTION_POST_STEP