Skip to content

Commit

Permalink
Removed weird file extension on directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Eivind S. Antonsen committed May 13, 2024
1 parent be828b2 commit 47c04f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ param (
[string]$workspacePath
)

$filename = "DetectiveSpecs-v$version.exe"
$filename = "DetectiveSpecs-v$version"
$output = "$workspacePath\Staging\Build\$filename"
dotnet publish $project -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true --output $output
2 changes: 1 addition & 1 deletion DetectiveSpecs/DetectiveSpecs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.16</Version>
<Version>1.0.17</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 47c04f5

Please sign in to comment.