Skip to content

Source link

Source link #7

Workflow file for this run

name: Pack Nuget
on:
push:
branches: [ "action/pack" ]
pull_request:
branches: [ "action/pack" ]
jobs:
nuget:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Nuget Ursa
run: dotnet pack ./src/Ursa -o ./nugets
- name: Nuget Ursa.Themes.Semi
run: dotnet pack ./src/Ursa.Themes.Semi -o ./nugets
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: nugets
path: ./nugets