From 0ad613cc9eeb3bb0ac1cb4aacad229cd81cd2a7a Mon Sep 17 00:00:00 2001 From: Robert McLaws <1657085+robertmclaws@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:21:46 -0400 Subject: [PATCH] Still need the item to have a name. --- .github/workflows/nuget-deploy.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/nuget-deploy.yml b/.github/workflows/nuget-deploy.yml index 5a8a272d..0d735526 100644 --- a/.github/workflows/nuget-deploy.yml +++ b/.github/workflows/nuget-deploy.yml @@ -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