Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Jan 12, 2024
1 parent 15e2f38 commit aaf433a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get model file name
run: |
name=$(jq -r .name default.project.json)
name=$(just _get-plugin-name)
sha=${GITHUB_SHA:0:7}
echo "MODEL_FILE=$name-$sha.rbxm" >> $GITHUB_ENV
Expand Down

0 comments on commit aaf433a

Please sign in to comment.