Skip to content

Commit

Permalink
gh packages 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 13, 2022
1 parent 7b50e06 commit 3847ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
uses: tanaka-takayoshi/nuget-publish-to-github-packages-action@v2.1
with:
# Path of NuPkg
nupkg-path: OverFlower/bin/Release/*.nupkg
nupkg-path: '**/*.nupkg'
# package repository owner
repo-owner: nor0x
# user account
gh-user: nor0x
# access token
token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 3847ae4

Please sign in to comment.