You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::error::Build artifact not found in ./release-assets! Make sure the 'Build' workflow ran successfully on the main branch."
62
+
echo "::error::Build artifact not found in ./release-assets! Make sure the 'Build' workflow ran successfully on the '${{ github.event.inputs.source_branch }}' branch."
58
63
exit 1
59
64
fi
60
65
@@ -87,4 +92,5 @@ jobs:
87
92
# Set to 'false' to publish immediately, or 'true' to create a draft.
88
93
draft: false
89
94
# Automatically generate release notes from commits since the last release.
0 commit comments