Skip to content

Commit

Permalink
Tim exe
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 16, 2024
1 parent 56d3ad8 commit 22f460f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Installer les dépendances
working-directory: ./scriptsharp
run: dotnet restore
- run: dotnet publish --configuration Release -r win-x64 -p:PublishSingleFile=true --self-contained true
- run: dotnet publish
working-directory: ./scriptsharp
- name: Release
uses: softprops/action-gh-release@v2
Expand Down
1 change: 1 addition & 0 deletions scriptsharp/ScriptSharp/ScriptSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<Configuration>Release</Configuration>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
Expand Down

0 comments on commit 22f460f

Please sign in to comment.