Skip to content

Commit

Permalink
ci: fix update site folder name to check
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 19, 2024
1 parent 8bdae75 commit 67ba6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Verify that update site was downloaded
run: |
folder=upatesite/p2
folder=updatesite/p2
if [ -z "$(ls -A "$folder")" ]; then
echo "Error: The folder $folder is empty. No existing update site was downloaded"
exit 1
Expand Down

0 comments on commit 67ba6c9

Please sign in to comment.