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:
|
||||
- platform: 'macos-latest'
|
||||
arch: 'aarch64'
|
||||
args: '--debug --target aarch64-apple-darwin --bundles dmg'
|
||||
args: '--target aarch64-apple-darwin --bundles dmg'
|
||||
- platform: 'macos-latest'
|
||||
arch: 'x86_64'
|
||||
args: '--debug --target x86_64-apple-darwin --bundles dmg'
|
||||
args: '--target x86_64-apple-darwin --bundles dmg'
|
||||
- platform: 'ubuntu-22.04'
|
||||
args: '--debug --bundles appimage'
|
||||
args: '--bundles appimage'
|
||||
- platform: 'windows-latest'
|
||||
args: '--debug'
|
||||
args: ''
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
@@ -62,6 +62,8 @@ jobs:
|
||||
with:
|
||||
args: ${{ matrix.args }}
|
||||
includeUpdaterJson: false
|
||||
includeRelease: 'false'
|
||||
includeDebug: 'true'
|
||||
|
||||
- name: fix JSON
|
||||
if: matrix.platform != 'windows-latest'
|
||||
|
||||
Reference in New Issue
Block a user