Skip to content

Commit

Permalink
chore: folder names are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Nov 1, 2023
1 parent 1859878 commit c8f400a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ github.event_name == 'release' }}
run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- run: cd ./src/Flipt\.gRPC
- run: cd ./src/Flipt\.Grpc

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

0 comments on commit c8f400a

Please sign in to comment.