Skip to content

Commit d3f283e

Browse files
Fix _ and - for build_manifest.json
1 parent 8a93744 commit d3f283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/upload-artifact@v3
9393
with:
9494
name: build-manifest
95-
path: build-manifest.json
95+
path: build_manifest.json
9696
- name: Set matrix
9797
id: set-matrix
9898
run: |

0 commit comments

Comments
 (0)