Skip to content

Commit

Permalink
Still need the item to have a name.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed Mar 27, 2024
1 parent 7692197 commit 0ad613c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/nuget-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Push to NuGet

# on:
# workflow_dispatch:
# workflow_run:
# workflows: ["CI Build & Package", "Release Build & Package"]
# types:
# - completed
on:
workflow_dispatch:
# workflow_run:
# workflows: ["CI Build & Package", "Release Build & Package"]
# types:
# - completed

# jobs:
# deployment:
# runs-on: windows-latest
jobs:
deployment:
runs-on: windows-latest

# steps:
steps:

# - name: Download Artifacts
# uses: actions/download-artifact@v4
# with:
# github-token: ${{ github.token }}
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
github-token: ${{ github.token }}

# - name: Setup .NET
# uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 0ad613c

Please sign in to comment.