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 18b0213 commit c36a9fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c36a9fb

Please sign in to comment.