Skip to content

Commit 0670578

Browse files
committed
fix for release 3.4.6
1 parent 8b8e062 commit 0670578

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,16 @@ jobs:
6464
with:
6565
files: |
6666
aframe/build/aframe-ar.js
67+
aframe/build/aframe-ar.mjs
6768
aframe/build/aframe-ar-nft.js
69+
aframe/build/aframe-ar-nft.mjs
6870
aframe/build/aframe-ar-location-only.js
71+
aframe/build/aframe-ar-location-only.mjs
72+
aframe/build/aframe-ar-new-location-only.js
73+
aframe/build/aframe-ar-new-location-only.mjs
6974
three.js/build/ar.js
70-
three.js/build/ar.module.js
75+
three.js/build/ar.mjs
7176
three.js/build/ar-threex.js
72-
three.js/build/ar-threex.module.js
77+
three.js/build/ar-threex.mjs
7378
three.js/build/ar-threex-location-only.js
74-
three.js/build/ar-threex-location-only.module.js
79+
three.js/build/ar-threex-location-only.mjs

0 commit comments

Comments
 (0)