Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gentoorax committed Nov 9, 2023
1 parent d3ae361 commit 63a5463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/adoscope-nuget-publish-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
steps:
- name: Download artifact
id: download-artifact
uses: actions/download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
name: Promethix.Framework.Ado.NuGet.${{ inputs.package_version }}
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
workflow: adoscope-nuget-build.yaml
path: ${{ env.NuGetDirectory }}
search_artifacts: true

- name: Publish Nuget Package Promethix.Framework.Ado
working-directory: .
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/adoscope-nuget-publish-promote-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ jobs:
steps:
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
actions/download-artifact@v3
with:
name: Promethix.Framework.Ado.NuGet.${{ github.event.inputs.new_package_version }}
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}
path: ${{ env.NuGetDirectory }}

- name: Publish Nuget Package Promethix.Framework.Ado
Expand Down

0 comments on commit 63a5463

Please sign in to comment.