Skip to content

Commit

Permalink
GHA: Compile: Sets artifact_overwrite to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 17, 2024
1 parent 0d8e327 commit 20ed9e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,15 @@ jobs:
name: Installs platform (4)
uses: EA31337/EA-Tester/.github/workflows/platform-linux.yml@dev
with:
artifact: mt4
artifact_name: mt4
artifact_overwrite: true
version: 4
mt5:
name: Installs platform (5)
uses: EA31337/EA-Tester/.github/workflows/platform-linux.yml@dev
with:
artifact: mt5
artifact_name: mt5
artifact_overwrite: true
version: 5

compile-mq4:
Expand Down

0 comments on commit 20ed9e0

Please sign in to comment.