Skip to content

Commit

Permalink
Fix publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Feb 17, 2023
1 parent bcd3502 commit 57049c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Publish (Release)
if: env.UNITYNUGET_DEPLOY == 1
run: dotnet publish src -c Release -o build/${{env.PROJECT_NAME}}
run: dotnet publish src/UnityNuGet.Server/UnityNuGet.Server.csproj -c Release -o build/${{env.PROJECT_NAME}}

- name: Azure Deploy
if: env.UNITYNUGET_DEPLOY == 1
Expand Down

0 comments on commit 57049c0

Please sign in to comment.