Skip to content

Commit 198bd4d

Browse files
committed
fix typo
1 parent 3e7ec50 commit 198bd4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
VERSION=$(jq -r .version package.json)
2929
SHORT_COMMIT=$(git rev-parse --short=8 HEAD)
3030
echo "return {" > src/shared/version.luau
31-
echo " version = '${VERSION}'," >> src/sharedversion.luau
31+
echo " version = '${VERSION}'," >> src/shared/version.luau
3232
echo " commit = '${SHORT_COMMIT}'," >> src/shared/version.luau
3333
echo " branch = '${GITHUB_REF##*/}'," >> src/shared/version.luau
3434
echo "}" >> src/shared/version.luau
3535
3636
- name: View version.lua
37-
run: cat src/shared/version.lua
37+
run: cat src/shared/version.luau
3838

3939
- name: Deploy
4040
run: rojo upload --api_key "$API_KEY" --universe_id 7672663738 -v --asset_id 107505894422783

0 commit comments

Comments
 (0)