Skip to content

Commit

Permalink
Adding windows gui and cmdline only packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bowencode committed Aug 9, 2023
1 parent a5aa351 commit 906d637
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/internal-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Execute Action build-with-plugins for Windows
uses: ./.github/actions/build-with-plugins
id: build-with-plugins-win
with:
platform: windows
platform-short: win
runtime: win-x64
build-version: 0.0.${{ github.run_number }}
- name: Build Windows desktop package
shell: bash
run: |
Expand All @@ -56,11 +64,8 @@ jobs:
-p:DebugType=embedded \
-p:IncludeNativeLibrariesForSelfExtract=true \
-p:Version=0.0.${{ github.run_number }}
- name: Execute Action build-with-plugins for Windows
uses: ./.github/actions/build-with-plugins
id: build-with-plugins-win
- name: Upload gui package
uses: actions/upload-artifact@v3
with:
platform: windows
platform-short: win
runtime: win-x64
build-version: 0.0.${{ github.run_number }}
name: win-gui-package
path: win/

0 comments on commit 906d637

Please sign in to comment.