From 538ef75b852ccc3ad9ee9343121164944034d6ef Mon Sep 17 00:00:00 2001 From: Kiko Fernandez-Reyes Date: Wed, 22 Apr 2026 10:03:34 +0200 Subject: [PATCH] otp: remove non-existing report in release during the release workflow, the GH Action was trying to upload `scan-report-web-app.html`. However, this report does not exists and the `gh` crashes when a file does not exist. This PR simply removes the upload of the non-existing `scan-report-web-app.html` --- .github/workflows/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4da7c2013bf4..7c7c85a0d308 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1203,7 +1203,6 @@ jobs: artifacts/*.tar.gz \ artifacts/*.txt \ attestations/*.sigstore \ - scan-report-web-app.html \ bom.* - name: Deploy on erlang.org env: