Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
AronHetLam committed Sep 20, 2023
1 parent 2e3981a commit e8cd424
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,21 @@ jobs:
- uses: actions/checkout@v4
with:
ref: gh-pages
- uses: actions/download-artifact@v3
with:
path: ./output
- run: |
pushd ./output &&
pwd &&
ls &&
popd
- run: pushd ./output && pwd && ls && popd
- 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
- uses: actions/configure-pages@v3
- run: pushd ./output && pwd && ls && popd
- uses: actions/jekyll-build-pages@v1
with:
destination: ./output
- run: pushd ./output && pwd && ls && popd
- uses: actions/download-artifact@v3
with:
path: ./output
- run: pushd ./output && pwd && ls && popd
- uses: actions/upload-pages-artifact@v2
with:
name: gh-page-mine
Expand Down

0 comments on commit e8cd424

Please sign in to comment.