From dce4e668f1c7c0078cd13f48f00d2832705368a3 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Mon, 23 Mar 2026 15:58:27 +0700 Subject: [PATCH] fix(release): set EP_GH_IGNORE_TIME to allow asset overwrites on rebuilds electron-builder skips uploading to releases older than 2 hours. This breaks all rebuild workflows since the release already exists. --- .github/workflows/desktop-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index ba59b5bb0..e6c147e8e 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -132,6 +132,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + EP_GH_IGNORE_TIME: true CSC_LINK: ${{ secrets.APPLE_CERTIFICATE }} CSC_KEY_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }} APPLE_ID: ${{ secrets.APPLE_ID }} @@ -237,6 +238,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + EP_GH_IGNORE_TIME: true run: | set -euo pipefail publish_mode="never" @@ -345,6 +347,7 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + EP_GH_IGNORE_TIME: true run: | set -euo pipefail publish_mode="never"