- try fixing deploy

pull/59/head
Simon G 3 years ago committed by GitHub
parent d15cd8705f
commit df99722e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/deploy.yml

@ -38,8 +38,7 @@ jobs:
dotnet nuget add source "https://nuget.pkg.github.com/SimonG96/index.json" --name "GithubPackageRegistry" --username SimonG96 --password $env:GH_PACKAGE_REGISTRY_KEY dotnet nuget add source "https://nuget.pkg.github.com/SimonG96/index.json" --name "GithubPackageRegistry" --username SimonG96 --password $env:GH_PACKAGE_REGISTRY_KEY
dotnet nuget push githubOut\LightweightIocContainer.*.nupkg -s "GithubPackageRegistry" dotnet nuget push githubOut\LightweightIocContainer.*.nupkg -s "GithubPackageRegistry"
- name: Upload the artifacts to release - name: Upload the artifacts to release
uses: skx/github-action-publish-binaries@master uses: AButler/upload-release-assets@v2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
args: 'githubOut\LightweightIocContainer.*nupkg' files: 'githubOut\LightweightIocContainer.*nupkg'
repo-token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save