Skip to content

Commit

Permalink
wrong naming again
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Mar 12, 2024
1 parent 379488c commit abf0f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Publish - NuGet
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
working-directory: ScaleformUI\CompiledLibs\Release\
working-directory: CompiledLibs\Release\

- name: Publish - GitHub
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --skip-duplicate
working-directory: ScaleformUI\CompiledLibs\Release\
working-directory: CompiledLibs\Release\

0 comments on commit abf0f00

Please sign in to comment.