Skip to content

Commit

Permalink
remove obsolete build step
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Nov 28, 2023
1 parent 78f7971 commit 560a3e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,6 @@ jobs:
folder: artifacts/bin/${{ inputs.DOCS_FOLDER }}/release/_site
target-folder: ${{ github.ref_name }}

- uses: actions/upload-artifact@v3
if: steps.pack.conclusion != 'cancelled' && steps.pack.conclusion != 'skipped'
with:
name: nupkgs
path: nupkgs

- uses: actions/upload-artifact@v3
if: steps.pack.conclusion != 'cancelled' && steps.pack.conclusion != 'skipped'
with:
Expand Down

0 comments on commit 560a3e5

Please sign in to comment.