Skip to content

Commit

Permalink
GHA: Compile: Allows multiple uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 21, 2024
1 parent 78a192c commit 3c3883f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: platform-indicators
name: platform-indicators-mql${{ matrix.version }}
path: MQL?/**/*.[me][qx][45h]
- if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
Expand Down Expand Up @@ -105,7 +105,8 @@ jobs:
path: .mt${{ matrix.version }}
- uses: actions/download-artifact@v4
with:
name: platform-indicators
merge-multiple: true
pattern: platform-indicators-mql?
- name: List all source code files
run: '(Get-ChildItem -Recurse -Path . -Include *.mq[45]).fullname'
- name: List compiled files
Expand Down

0 comments on commit 3c3883f

Please sign in to comment.