Skip to content

Commit

Permalink
workflow: Ensure the correct release folder is used
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Mar 12, 2024
1 parent f9d9d68 commit a99b617
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\Debug\net452
working-directory: ScaleformUI\CompiledLibs\Release\net452\

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

0 comments on commit a99b617

Please sign in to comment.