mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
skip empty files (#159)
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -36,10 +36,11 @@ jobs:
|
||||
artifact-*.txt
|
||||
README.md
|
||||
|
||||
- name: Add artifacts/artifact.txt
|
||||
- name: Add artifacts/*.txt
|
||||
run: |
|
||||
mkdir artifacts
|
||||
echo "Build some tool and generate some artifacts" > artifacts/artifact.txt
|
||||
touch artifacts/empty_file.txt
|
||||
|
||||
- name: Single in subdir
|
||||
uses: ./
|
||||
|
||||
Reference in New Issue
Block a user