diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c22aed60..3878ae577 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,9 @@ jobs: uses: actions/checkout@v2 - name: Clone uAssets run: - - pushd .. - - git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git - - popd + pushd .. + git clone --depth 1 https://github.com/uBlockOrigin/uAssets.git + popd - name: Build all packages run: | tools/make-chromium.sh $VERSION