Skip to content

Commit

Permalink
actions: bad copy/paste from Away3D actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 10, 2023
1 parent 8c7fbb3 commit e3cdf78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@ jobs:
- name: Build HTML5 samples
run: |
haxelib run lime build samples/basic/demo html5
haxelib run lime build samples/basic/particle_demo html5
haxelib run lime build samples/demo html5
haxelib run lime build samples/particle_demo html5
- name: Build Flash samples
run: |
haxelib run lime build samples/basic/demo flash
haxelib run lime build samples/basic/particle_demo flash
haxelib run lime build samples/demo flash
haxelib run lime build samples/particle_demo flash
- name: Build HashLink samples
if: ${{ matrix.haxe-version != '3.4.7' }}
run: |
haxelib run lime build samples/basic/demo hl
haxelib run lime build samples/basic/particle_demo hl
haxelib run lime build samples/demo hl
haxelib run lime build samples/particle_demo hl
build-npm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3cdf78

Please sign in to comment.