Skip to content

Commit

Permalink
Merge pull request #21 from peacefighter1996/main
Browse files Browse the repository at this point in the history
publish
  • Loading branch information
peacefighter1996 committed May 14, 2024
2 parents d3ad0f1 + 9c7939e commit 96faf4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
PROJECT_FILE_PATH: Open.PackML/Open.PackML.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: Deploy/OpenPackML.props
VERSION_FILE_PATH: Open.PackML/Open.PackML.csproj
INCLUDE_SYMBOLS: true
NO_BUILD: true
- name: Publish Open PackML Tags to NuGet
Expand All @@ -36,7 +36,7 @@ jobs:
with:
PROJECT_FILE_PATH: Open.PackML.Tags/Open.PackML.Tags.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: Deploy/OpenPackMLTags.props
VERSION_FILE_PATH: Open.PackML.Tags/Open.PackML.Tags.csproj
INCLUDE_SYMBOLS: true
NO_BUILD: true
- name: Publish Open PackML PRefabs to NuGet
Expand All @@ -46,6 +46,6 @@ jobs:
with:
PROJECT_FILE_PATH: Open.PackML.Prefab/Open.PackML.Prefab.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: Deploy/OpenPackMLPrefab.props
VERSION_FILE_PATH: Open.PackML.Prefab/Open.PackML.Prefab.csproj
INCLUDE_SYMBOLS: true
NO_BUILD: true

0 comments on commit 96faf4f

Please sign in to comment.