Skip to content

Commit fe2091c

Browse files
committed
exit if no download url
1 parent be42cb2 commit fe2091c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-firefox-development.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868

6969
- name: Recreate updates.json
7070
run: |
71+
if [[ -z "${{ steps.uploadReleaseAsset.outputs.browser_download_url }}" ]]; then
72+
exit 1
73+
fi
7174
cat > updates.json << EOF
7275
{
7376
"addons": {

0 commit comments

Comments
 (0)