Skip to content

Commit

Permalink
Try to build it as a self contained app And set it to be a single file
Browse files Browse the repository at this point in the history
And set it to be a single file
  • Loading branch information
sounddrill31 authored Nov 15, 2024
1 parent b50af74 commit 619440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Publish
if: matrix.os != 'ubuntu-24.04'
# 24.04 is android
run: dotnet publish VowelCountApp/VowelCountApp.Desktop --configuration Release --output ./output
run: dotnet publish VowelCountApp/VowelCountApp.Desktop -p:PublishSingleFile=true --self-contained true --configuration Release --output ./output

- name: Build and Publish For android
if: matrix.os == 'ubuntu-24.04'
Expand Down

0 comments on commit 619440c

Please sign in to comment.