Skip to content

Commit

Permalink
check file location
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Dec 9, 2023
1 parent cb90301 commit 4f34a27
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,13 @@ jobs:
- name: Echo version
run: echo ${{ steps.getReleaseVersion.outputs.tag }}

- name: Push Nuget Package
run: dotnet nuget push ./output/TinyHealthCheck.${{ steps.getReleaseVersion.outputs.tag }}.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json

## Documentation: https://github.com/marvinpinto/action-automatic-releases
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
- name: dir
run: ls -lha
# - name: Push Nuget Package
# run: dotnet nuget push ./output/TinyHealthCheck.${{ steps.getReleaseVersion.outputs.tag }}.nupkg --api-key ${{secrets.NUGET_TOKEN}} --source https://api.nuget.org/v3/index.json

# ## Documentation: https://github.com/marvinpinto/action-automatic-releases
# - uses: "marvinpinto/action-automatic-releases@latest"
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# prerelease: false

0 comments on commit 4f34a27

Please sign in to comment.