Skip to content

Commit 6ca243e

Browse files
authored
Merge pull request #146 from per1234/explicit-artifact-name
Use explicit filename source in config file artifact upload step of "Sync Labels" workflow
2 parents a3c3ecb + 1ec2d1b commit 6ca243e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sync-labels-npm.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ jobs:
8686
- name: Pass configuration files to next job via workflow artifact
8787
uses: actions/upload-artifact@v4
8888
with:
89-
path: |
90-
*.yaml
91-
*.yml
89+
path: ${{ matrix.filename }}
9290
if-no-files-found: error
9391
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
9492

0 commit comments

Comments
 (0)