Skip to content

Commit

Permalink
Upload files to different artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 17, 2024
1 parent 1177e07 commit a77dcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Upload indicator artifacts
uses: actions/upload-artifact@v4
with:
name: indicators-other
name: indicators-other-ex4
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]

compile-mq5:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Upload indicator artifacts
uses: actions/upload-artifact@v4
with:
name: indicators-other
name: indicators-other-ex5
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]

cleanup:
Expand Down

0 comments on commit a77dcc8

Please sign in to comment.