Skip to content

Commit 72e8189

Browse files
authored
Update nuget-publish.yml
1 parent e9256bf commit 72e8189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
dotnet pack tools/ancp/f/f.fsproj --configuration Release --no-build --output ./nupkg \
6767
-p:GeneratePackageOnBuild=false -p:PackageVersion=${{ steps.version.outputs.pkg_version }} -p:ContinuousIntegrationBuild=true
68-
dotnet pack tools/ancp/fc/fc.fsproj --configuration Release --no-build --output ./nupkg \
68+
dotnet pack tools/ancp/fcc/fcc.fsproj --configuration Release --no-build --output ./nupkg \
6969
-p:GeneratePackageOnBuild=false -p:PackageVersion=${{ steps.version.outputs.pkg_version }} -p:ContinuousIntegrationBuild=true
7070
7171
- name: Publish packages to NuGet.org

0 commit comments

Comments
 (0)