Skip to content

Commit a77dcc8

Browse files
committed
Upload files to different artifacts
Refs: actions/upload-artifact#480
1 parent 1177e07 commit a77dcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload indicator artifacts
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: indicators-other
76+
name: indicators-other-ex4
7777
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]
7878

7979
compile-mq5:
@@ -112,7 +112,7 @@ jobs:
112112
- name: Upload indicator artifacts
113113
uses: actions/upload-artifact@v4
114114
with:
115-
name: indicators-other
115+
name: indicators-other-ex5
116116
path: ${{ env.INDI_OTHER_WORKDIR }}/**/*.ex[45]
117117

118118
cleanup:

0 commit comments

Comments
 (0)