chore(artifacts.yml): update the syntax for specifying changed files in the 'changed-files-specific' step to improve readability and maintainability

This commit is contained in:
Sped0n
2023-11-04 17:18:09 +08:00
parent e85d0253ea
commit ef9761a7b6

View File

@@ -18,9 +18,9 @@ jobs:
id: changed-files-specific
uses: tj-actions/changed-files@v40
with:
files:
- package.json
- assets/**
files: |
package.json
assets/**
- name: Run step if any file(s) in the scope change
if: steps.changed-files-specific.outputs.any_changed == 'true'