Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

[servicing] Inxi.NET v2022.5.0.4: GPU Crash! #3

[servicing] Inxi.NET v2022.5.0.4: GPU Crash!

[servicing] Inxi.NET v2022.5.0.4: GPU Crash! #3

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 "Inxi.NET.Bin/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"