Skip to content

Commit

Permalink
Try fix missing permissinos
Browse files Browse the repository at this point in the history
  • Loading branch information
AronHetLam committed Oct 12, 2023
1 parent df2493f commit d64df40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
cd ./gh-pages
mkdir -p ./_data
mkdir -p ./_site
mkdir -p ./_site/publish
echo '${{ needs.get-envs.outputs.web_flasher_names }}' | jq '[.[] | {name: ., path: ("publish/" + sub("(\\s)"; "_"; "g") + "_manifest.json")}]' > ./_data/manifests.json
- uses: actions/configure-pages@v3
- uses: actions/jekyll-build-pages@v1
Expand Down

0 comments on commit d64df40

Please sign in to comment.