File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 8585 - name : Pass configuration files to next job via workflow artifact
8686 uses : actions/upload-artifact@v4
8787 with :
88- path : |
89- *.yaml
90- *.yml
88+ path : ${{ matrix.filename }}
9189 if-no-files-found : error
9290 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
9391
Original file line number Diff line number Diff line change 8585 - name : Pass configuration files to next job via workflow artifact
8686 uses : actions/upload-artifact@v4
8787 with :
88- path : |
89- *.yaml
90- *.yml
88+ path : ${{ matrix.filename }}
9189 if-no-files-found : error
9290 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
9391
Original file line number Diff line number Diff line change 7575 - name : Pass configuration files to next job via workflow artifact
7676 uses : actions/upload-artifact@v4
7777 with :
78- path : |
79- *.yaml
80- *.yml
78+ path : ${{ matrix.filename }}
8179 if-no-files-found : error
8280 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
8381
You can’t perform that action at this time.
0 commit comments