mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
fix: actually produce debug builds
This commit is contained in:
10
.github/workflows/build_debug.yml
vendored
10
.github/workflows/build_debug.yml
vendored
@@ -13,14 +13,14 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- platform: 'macos-latest'
|
- platform: 'macos-latest'
|
||||||
arch: 'aarch64'
|
arch: 'aarch64'
|
||||||
args: '--debug --target aarch64-apple-darwin --bundles dmg'
|
args: '--target aarch64-apple-darwin --bundles dmg'
|
||||||
- platform: 'macos-latest'
|
- platform: 'macos-latest'
|
||||||
arch: 'x86_64'
|
arch: 'x86_64'
|
||||||
args: '--debug --target x86_64-apple-darwin --bundles dmg'
|
args: '--target x86_64-apple-darwin --bundles dmg'
|
||||||
- platform: 'ubuntu-22.04'
|
- platform: 'ubuntu-22.04'
|
||||||
args: '--debug --bundles appimage'
|
args: '--bundles appimage'
|
||||||
- platform: 'windows-latest'
|
- platform: 'windows-latest'
|
||||||
args: '--debug'
|
args: ''
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
@@ -62,6 +62,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
args: ${{ matrix.args }}
|
args: ${{ matrix.args }}
|
||||||
includeUpdaterJson: false
|
includeUpdaterJson: false
|
||||||
|
includeRelease: 'false'
|
||||||
|
includeDebug: 'true'
|
||||||
|
|
||||||
- name: fix JSON
|
- name: fix JSON
|
||||||
if: matrix.platform != 'windows-latest'
|
if: matrix.platform != 'windows-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user