Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ionite34 committed Oct 8, 2024
1 parent 2bdabfd commit 31a6d6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Set Package Name
run: |
echo "PROJECT_NAME=Patreon.Api" >> $GITHUB_ENV
echo "PKG_NAME=./${{ env.PROJECT_NAME }}/bin/Release/${{ env.PROJECT_NAME }}.${{ env.RELEASE_VERSION }}.nupkg" >> $GITHUB_ENV
echo "PKG_NAME=./Patreon.Api/bin/Release/Patreon.Api.${{ env.RELEASE_VERSION }}.nupkg" >> $GITHUB_ENV
echo "Using PKG_NAME = ${{ env.PKG_NAME }}"
- name: Checkout
Expand Down

0 comments on commit 31a6d6c

Please sign in to comment.