skip empty files (#159)

This commit is contained in:
eine
2020-10-10 18:11:37 +02:00
parent 642b99b75d
commit 9b5ac360b7
2 changed files with 7 additions and 2 deletions

View File

@@ -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: ./