Skip to content

Commit 31a6d6c

Browse files
committed
Fix CI
1 parent 2bdabfd commit 31a6d6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
4141
- name: Set Package Name
4242
run: |
43-
echo "PROJECT_NAME=Patreon.Api" >> $GITHUB_ENV
44-
echo "PKG_NAME=./${{ env.PROJECT_NAME }}/bin/Release/${{ env.PROJECT_NAME }}.${{ env.RELEASE_VERSION }}.nupkg" >> $GITHUB_ENV
43+
echo "PKG_NAME=./Patreon.Api/bin/Release/Patreon.Api.${{ env.RELEASE_VERSION }}.nupkg" >> $GITHUB_ENV
4544
echo "Using PKG_NAME = ${{ env.PKG_NAME }}"
4645
4746
- name: Checkout

0 commit comments

Comments
 (0)