Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 31, 2024
1 parent 5ab70e7 commit 4d863cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-buildkite-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: test -d signed-artifacts

- name: Assert signed-artifacts/ contains any files
run: test -n "$(signed-artifacts/**)"
run: test -n "$(ls signed-artifacts/**)"

- uses: ./buildkite/download
with:
Expand Down

0 comments on commit 4d863cb

Please sign in to comment.