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 4d863cb commit 55266e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-buildkite-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Assert signed-artifacts/ exists
run: test -d signed-artifacts

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

Expand All @@ -44,4 +44,4 @@ jobs:
token: ${{ secrets.BUILDKITE_TOKEN }}

- name: Assert artifacts.zip exists
run: test -e artifacts.zip
run: test -e artifacts.zip

0 comments on commit 55266e9

Please sign in to comment.