actions: fix typo in curl output path
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
@@ -202,7 +202,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
@@ -300,7 +300,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
@@ -370,7 +370,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
@@ -434,7 +434,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
@@ -628,7 +628,7 @@ jobs:
|
||||
|
||||
- name: Install Haxe dependencies
|
||||
run: |
|
||||
curl --output ../hxcpp-4.3.5.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
curl --output ../hxcpp-4.3.45.zip --location https://github.com/HaxeFoundation/hxcpp/releases/download/v4.3.45/hxcpp-4.3.45.zip
|
||||
haxelib install ../hxcpp-4.3.45.zip --quiet
|
||||
haxelib install format --quiet
|
||||
haxelib install hxp --quiet
|
||||
|
||||
Reference in New Issue
Block a user