diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b1d901e..fbfc95b1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -171,14 +171,12 @@ jobs: echo "version=$version" >> $GITHUB_OUTPUT - name: "Download Electron artifact" - working-directory: frontend/electron uses: actions/download-artifact@v4 with: name: electron-app path: ./release-assets - name: Delete existing release (if any) - working-directory: frontend/electron run: | version=v${{ steps.get_version.outputs.version }} gh release delete "$version" --yes || true @@ -188,7 +186,6 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: Create GitHub Release and Upload Assets - working-directory: frontend/electron id: create_release uses: softprops/action-gh-release@v1 with: diff --git a/backend/celerybeat-schedule b/backend/celerybeat-schedule index fef20ff2..f30be9e3 100644 Binary files a/backend/celerybeat-schedule and b/backend/celerybeat-schedule differ