Skip to content

Commit

Permalink
action fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
MithrilMan committed May 21, 2024
1 parent 75b12a6 commit 02efe32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: mithril-shards-nuget-package
path: ${{ github.workspace }}/mithril-shards-nuget-package
- name: Push to GitHub Feed
# The github token is automatically being pulled from the workflow
run: dotnet nuget push './mithril-shards-nuget-package/*.nupkg' --source $GITHUB_FEED --skip-duplicate --api-key $GITHUB_TOKEN
run: dotnet nuget push '${{ github.workspace }}/mithril-shards-nuget-package/*.nupkg' --source $GITHUB_FEED --skip-duplicate --api-key $GITHUB_TOKEN
#run: dotnet nuget push ./mithril-shards-nuget-package/*.nupkg --no-symbols --skip-duplicate --source "github"
#dotnet nuget push "bin/Release/OctocatApp.1.0.0.nupkg" --api-key YOUR_GITHUB_PAT --source "github"
#run: |
Expand Down

0 comments on commit 02efe32

Please sign in to comment.