Skip to content

Commit 09887f3

Browse files
committed
Minor CI yaml updates.
1 parent d97e208 commit 09887f3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ on:
2828
branches:
2929
- main
3030
- release/*
31+
workflow_dispatch:
32+
# no options
3133

3234
env:
3335
# Minimize noise from dotnet CLI
@@ -60,15 +62,15 @@ jobs:
6062
-p:RepositoryCommit=${{ github.sha }}
6163
-p:PackageOutputPath=${{ runner.temp }}/dist
6264
63-
- name: Save NuGet Package
65+
- name: Save Package
6466
uses: actions/upload-artifact@v2
6567
#url: https://github.com/actions/upload-artifact
6668
with:
6769
name: Packages
6870
path: ${{ runner.temp }}/dist
6971
if-no-files-found: error
7072

71-
- name: Publish NuGet Package
73+
- name: Publish Package
7274
if: startsWith(github.ref, 'refs/tags/release/')
7375
shell: pwsh
7476
run: >

0 commit comments

Comments
 (0)