We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0e958 commit bba8852Copy full SHA for bba8852
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
run: dotnet build ./src --no-restore --configuration Release /p:VersionFromCI=${{ env.VERSION }}
41
42
- name: Pack
43
- run: dotnet pack ./src/Gulliver/Gulliver.csproj --configuration Release --no-build --output ./packages /p:VersionFromCI=${{ env.VERSION }}
+ run: dotnet pack ./src/Arcus/Arcus.csproj --configuration Release --no-build --output ./packages /p:VersionFromCI=${{ env.VERSION }}
44
45
- name: Publish to GitHub Packages
46
env:
0 commit comments