diff --git a/.github/workflows/deploy-desktop.yaml b/.github/workflows/deploy-desktop.yaml index 6c851935..9a011c21 100644 --- a/.github/workflows/deploy-desktop.yaml +++ b/.github/workflows/deploy-desktop.yaml @@ -29,4 +29,5 @@ jobs: - name: Publish desktop app run: npm run electron:build -- -p always # https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/recipes.html#upload-release-to-github env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + EP_GH_IGNORE_TIME: true # Otherwise publishing fails if GitHub release is more than 2 hours old https://github.com/electron-userland/electron-builder/issues/2074 \ No newline at end of file