From c36a9fb16982b6c9bae3be1bc681d24a20e5b291 Mon Sep 17 00:00:00 2001 From: AronHetLam Date: Wed, 20 Sep 2023 13:03:31 +0200 Subject: [PATCH] . --- .github/workflows/build_binaries.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_binaries.yml b/.github/workflows/build_binaries.yml index 9e61387..458b194 100644 --- a/.github/workflows/build_binaries.yml +++ b/.github/workflows/build_binaries.yml @@ -74,22 +74,22 @@ jobs: - uses: actions/checkout@v4 with: ref: gh-pages - - run: tree + - run: pwd - uses: actions/download-artifact@v3 with: path: ./output - - run: tree + - run: pwd - name: merge manifests run: | jq -s '[.[] | select(.name == "ATEM_tally_light")] | (.[0] | with_entries(select(.key != "builds"))) + {builds: map(.builds) | add}' output/*/manifest.json > ./output/ATEM_tally_light_manifest.json && jq -s '[.[] | select(.name == "ATEM_tally_test_server")] | (.[0] | with_entries(select(.key != "builds"))) + {builds: map(.builds) | add}' output/*/manifest.json > ./output/ATEM_tally_test_server_manifest.json - - run: tree + - run: pwd - uses: actions/configure-pages@v3 - - run: tree + - run: pwd - uses: actions/jekyll-build-pages@v1 with: destination: ./output - - run: tree + - run: pwd - uses: actions/upload-pages-artifact@v2 with: path: ./output