Skip to content

Commit

Permalink
Fixed project path
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Mols committed Sep 15, 2023
1 parent d4dbe43 commit 874b59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
PROJECT_PATH: 'CLI/CLI.csproj'
PROJECT_PATH: 'CLI/CLI.fsproj'
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}/output
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'

Expand Down

0 comments on commit 874b59f

Please sign in to comment.