Skip to content

Commit

Permalink
Revert "get nuget from correct folder"
Browse files Browse the repository at this point in the history
This reverts commit 8725962.
  • Loading branch information
manups4e committed Mar 12, 2024
1 parent 8725962 commit 25af8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 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\net452\
working-directory: ScaleformUI\CompiledLibs\

- name: Publish - GitHub
if: ${{ env.is-tag == 'true' }}
run: dotnet nuget push **/*.nupkg --skip-duplicate
working-directory: ScaleformUI\CompiledLibs\Release\net452\
working-directory: ScaleformUI\CompiledLibs\
19 changes: 0 additions & 19 deletions ScaleformUI_V8/src/elements/job/icon.ts

This file was deleted.

0 comments on commit 25af8ad

Please sign in to comment.