Skip to content

Commit

Permalink
chore: cd to correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Nov 1, 2023
1 parent 214a201 commit 3041566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
if: ${{ github.event_name == 'release' }}
run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- run: cd src/Flipt.gRPC

- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}

Expand Down

0 comments on commit 3041566

Please sign in to comment.