Skip to content

Commit a1e898a

Browse files
committed
Fix path to qsrelease
1 parent f64e1fe commit a1e898a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
mkdir -p "${QS_SOURCE_ROOT}"
2121
git clone --recurse-submodules --branch="${latest_tag}" --depth=1 https://github.com/quicksilver/Quicksilver.git "${QS_SOURCE_ROOT}"
2222
23-
pushd "${QS_SOURCE_ROOT}"
23+
pushd "${QS_SOURCE_ROOT}/Quicksilver"
2424
./Tools/qsrelease
25-
popd
2625
2726
template-plugin:
2827
runs-on: macos-latest

0 commit comments

Comments
 (0)