Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

[servicing] GRILO v1.1.2: Faster Rendering! #2

[servicing] GRILO v1.1.2: Faster Rendering!

[servicing] GRILO v1.1.2: Faster Rendering! #2

Workflow file for this run

name: NuGet Gallery Push
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Solution Compilation
run: dotnet build --configuration Release
- name: Package Publication
run: dotnet nuget push "GRILO.*/bin/Release/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"