There was an error while loading. Please reload this page.
1 parent f64e1fe commit a1e898aCopy full SHA for a1e898a
1 file changed
.github/workflows/ci.yml
@@ -20,9 +20,8 @@ jobs:
20
mkdir -p "${QS_SOURCE_ROOT}"
21
git clone --recurse-submodules --branch="${latest_tag}" --depth=1 https://github.com/quicksilver/Quicksilver.git "${QS_SOURCE_ROOT}"
22
23
- pushd "${QS_SOURCE_ROOT}"
+ pushd "${QS_SOURCE_ROOT}/Quicksilver"
24
./Tools/qsrelease
25
- popd
26
27
template-plugin:
28
runs-on: macos-latest
0 commit comments