From b9aed53b3538f91db3d84104a0d8d560d1fe6b6b Mon Sep 17 00:00:00 2001 From: kenorb Date: Wed, 24 Apr 2024 01:21:08 +0100 Subject: [PATCH] GHA: Compile: Fixes uploading artifacts after compilation --- .github/workflows/compile.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 3fb1b6e82..183b7b569 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -65,16 +65,11 @@ jobs: - name: Print compiled files run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname' shell: powershell - - name: Upload artifacts (MQL4) + - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: files-ex4 - path: '**/*.ex4' - - name: Upload artifacts (MQL5) - uses: actions/upload-artifact@v2 - with: - name: files-ex5 - path: '**/*.ex5' + name: files-ex${{ matrix.version }} + path: '**/*.ex[45]' strategy: matrix: