From 4afad6375397f60dd8ce51b6961974459cd9a6ad Mon Sep 17 00:00:00 2001 From: silentrald Date: Fri, 29 Nov 2024 05:22:23 +0800 Subject: [PATCH] [chore-627] added electron-builder.config.js to release-linux.yaml --- .github/workflows/release-linux.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-linux.yaml b/.github/workflows/release-linux.yaml index 6785ad42..0996f1ae 100644 --- a/.github/workflows/release-linux.yaml +++ b/.github/workflows/release-linux.yaml @@ -37,10 +37,10 @@ jobs: - run: npm run build - name: Build deb - run: npx electron-builder --publish always --linux deb --x64 + run: npx electron-builder --config electron-builder.config.js --publish always --linux deb --x64 - name: Build flatpak - run: env DEBUG="@malept/flatpak-bundler" npx electron-builder --publish always --linux flatpak + run: env DEBUG="@malept/flatpak-bundler" npx electron-builder --config electron-builder.config.js --publish always --linux flatpak - name: Upload artifact uses: actions/upload-artifact@v4