Skip to content

Commit bba8852

Browse files
authored
Fixes copy/paste error publish.yml (#61)
fixing publish step pipeline
1 parent 4c0e958 commit bba8852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: dotnet build ./src --no-restore --configuration Release /p:VersionFromCI=${{ env.VERSION }}
4141

4242
- name: Pack
43-
run: dotnet pack ./src/Gulliver/Gulliver.csproj --configuration Release --no-build --output ./packages /p:VersionFromCI=${{ env.VERSION }}
43+
run: dotnet pack ./src/Arcus/Arcus.csproj --configuration Release --no-build --output ./packages /p:VersionFromCI=${{ env.VERSION }}
4444

4545
- name: Publish to GitHub Packages
4646
env:

0 commit comments

Comments
 (0)