Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
ci: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
velenyx committed Sep 8, 2023
1 parent 2fc0e5b commit 03a51db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Check artifacts
run: |
if [ ! -f client_artifact/client_success.txt ] && [ ! -f server_artifact/server_success.txt ]; then
if [ ! -f client_artifact/client_success.txt ] || [ ! -f server_artifact/server_success.txt ]; then
echo "One or both workflows did not succeed. Skipping deployment."
exit 1
fi
Expand Down

0 comments on commit 03a51db

Please sign in to comment.