Skip to content

Commit

Permalink
produce single file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDanOak committed Nov 12, 2023
1 parent e25da53 commit 7087a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
cd src/EndlessOnlinePatcher.Desktop
dotnet build --configuration Release --no-restore /p:EnableWindowsTargeting=true
dotnet publish EndlessOnlinePatcher.Desktop.csproj -c Release -o ../dist/self-contained -r win-x64 --self-contained true /p:Version=0.0.0.${{ github.run_number }} /p:EnableWindowsTargeting=true
dotnet publish EndlessOnlinePatcher.Desktop.csproj -c Release -o ../dist/framework-dependant -r win-x64 --self-contained false /p:Version=0.0.0.${{ github.run_number }} /p:EnableWindowsTargeting=true
dotnet publish EndlessOnlinePatcher.Desktop.csproj -c Release -o ../dist/self-contained -r win-x64 --self-contained true /p:Version=0.0.0.${{ github.run_number }} /p:EnableWindowsTargeting=true /p:PublishSingleFile=true
dotnet publish EndlessOnlinePatcher.Desktop.csproj -c Release -o ../dist/framework-dependant -r win-x64 --self-contained false /p:Version=0.0.0.${{ github.run_number }} /p:EnableWindowsTargeting=true /p:PublishSingleFile=true
- name: Upload Self Contained
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7087a33

Please sign in to comment.