Skip to content

Commit d23f257

Browse files
committed
- fix project name in GH Actions
1 parent a55b397 commit d23f257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Pack (Pre-release or Alpha)
5959
if: ${{ steps.gitversion.outputs.PreReleaseTag != '' && github.ref_type == 'branch' && github.ref != 'refs/heads/main' }}
6060
run: |
61-
dotnet pack src/eAuthor/eAuthor.csproj \
61+
dotnet pack src/eAuthor.API/eAuthor.API.csproj \
6262
-c Release -o artifacts \
6363
/p:PackageVersion=${{ steps.gitversion.outputs.NuGetVersionV2 }}
6464

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Pack Stable
6666
run: |
67-
dotnet pack src/eAuthor/eAuthor.csproj \
67+
dotnet pack src/eAuthor.API/eAuthor.API.csproj \
6868
-c Release -o artifacts \
6969
/p:PackageVersion=${{ steps.gitversion.outputs.NuGetVersionV2 }}
7070

0 commit comments

Comments
 (0)