Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jan 29, 2025
1 parent 707a764 commit 107d290
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
name="$(echo "$branch" | jq -r '.name')"
hash="$(echo "$branch" | jq -r '.hash')"
if [ ! -e "artifacts/$hash" ]; then
continue
fi
if [ "$name" == "master" ]; then
mv "artifacts/$hash"/* "dist/"
else
Expand Down

0 comments on commit 107d290

Please sign in to comment.