Skip to content

Commit aaf48c3

Browse files
committed
Release -> Debug
1 parent 160a6ed commit aaf48c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git clone --recurse-submodules --branch="${latest_tag}" --depth=1 https://github.com/quicksilver/Quicksilver.git "${QS_SOURCE_ROOT}"
2222
2323
pushd "${QS_SOURCE_ROOT}/Quicksilver"
24-
./Tools/qsrelease
24+
./Tools/qsrelease Debug
2525
2626
template-plugin:
2727
runs-on: macos-latest

0 commit comments

Comments
 (0)