Put emscripten-version file in cli directory

This lets the CLI crate build without relying on sibling directories.
This commit is contained in:
Max Brunsfeld 2021-09-03 13:57:45 -07:00
parent b938486ebe
commit 4d64c2b939
5 changed files with 4 additions and 4 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: Read Emscripten version
run: |
printf 'EMSCRIPTEN_VERSION=%s\n' "$(cat emscripten-version)" >> $GITHUB_ENV
printf 'EMSCRIPTEN_VERSION=%s\n' "$(cat cli/emscripten-version)" >> $GITHUB_ENV
- name: Cache artifacts
id: cache