Skip to content

Commit

Permalink
remove unneeded step (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo authored Dec 3, 2024
1 parent 0a12489 commit 23adf47
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ jobs:
cp Release/bin/FBX2glTF npm/fbx2gltf/bin/Darwin
cp Release/bin/FBX2glTF.exe npm/fbx2gltf/bin/Windows_NT
- name: npm ci & npm run build
run: |
cd npm/fbx2gltf
npm ci
npm run build
tree .
- name: Modify package.json and VERSION
run: |
cd publish
Expand Down

0 comments on commit 23adf47

Please sign in to comment.