diff --git a/.forgejo/workflows/dotnet.yaml b/.forgejo/workflows/dotnet.yaml index c36617d..af75d11 100644 --- a/.forgejo/workflows/dotnet.yaml +++ b/.forgejo/workflows/dotnet.yaml @@ -43,7 +43,16 @@ jobs: -p:PublishSingleFile=true \ -p:PublishTrimmed=true \ -o ./output_linux - + + - name: Build the project (Windows x64) + run: | + dotnet publish ./Cryptura/Cryptura.csproj \ + -c Release \ + -r win-x64 \ + --self-contained true \ + -p:PublishSingleFile=true \ + -p:PublishTrimmed=true \ + -o ./output_win - name: Download appimagetool run: | diff --git a/Cryptura/Cryptura.csproj b/Cryptura/Cryptura.csproj index ef6f3b0..a06f970 100644 --- a/Cryptura/Cryptura.csproj +++ b/Cryptura/Cryptura.csproj @@ -8,7 +8,7 @@ app.manifest true 1.0 - 1.3 + 1.4