Skip to content

Commit

Permalink
brtuh
Browse files Browse the repository at this point in the history
  • Loading branch information
superpowers04 committed Nov 9, 2023
1 parent 7cf5e20 commit ae10d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install Haxelib
run: |
haxelib setup /tmp/haxelib
sh installDeps
sh installDeps.bat
shell: sh
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install Haxelib
run: |
haxelib setup /tmp/haxelib
sh installDeps
sh installDeps.bat
shell: bash
- name: Create Version Tag
run: echo "${{github.run_id}}" > VERSION
Expand Down

0 comments on commit ae10d53

Please sign in to comment.