Skip to content

Commit

Permalink
Improves handling platform artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 20, 2024
1 parent f62756b commit a811613
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
name: Installs platform (4)
uses: EA31337/EA-Tester/.github/workflows/platform-linux.yml@dev
with:
artifact_name: mt4
artifact_name: .mt4
version: 4
mt5:
name: Installs platform (5)
uses: EA31337/EA-Tester/.github/workflows/platform-linux.yml@dev
with:
artifact_name: mt5
artifact_name: .mt5
version: 5

compile-mql4:
Expand All @@ -78,8 +78,7 @@ jobs:
path: Include/EA31337-classes
- uses: actions/download-artifact@v4
with:
name: mt4
path: .mt4
name: .mt?
- name: Deletes Arrows as it fails to compile
run: Remove-Item -LiteralPath "Arrows" -Force -Recurse -Verbose
- name: Deletes SVE_Bollinger_Bands as it fails to compile
Expand Down Expand Up @@ -115,8 +114,7 @@ jobs:
path: Include/EA31337-classes
- uses: actions/download-artifact@v4
with:
name: mt5
path: .mt5
name: .mt?
- name: Deletes Arrows as it fails to compile
run: Remove-Item -LiteralPath "Arrows" -Force -Recurse -Verbose
- name: Deletes SAWA as it fails to compile
Expand Down Expand Up @@ -158,8 +156,7 @@ jobs:
path: Include/EA31337-classes
- uses: actions/download-artifact@v4
with:
path: .
pattern: mt?
pattern: .mt?
- name: Compile for MQL4
uses: fx31337/mql-compile-action@master
with:
Expand Down

0 comments on commit a811613

Please sign in to comment.