From 8b6223d3d0f1b021cd273a90adbd4b61be6cf193 Mon Sep 17 00:00:00 2001 From: JC Date: Sun, 15 Dec 2024 16:19:15 -0700 Subject: [PATCH] fix: CI fix version --- .github/workflows/electron-ubuntu.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/electron-ubuntu.yml b/.github/workflows/electron-ubuntu.yml index a2465c2..f74cb4c 100644 --- a/.github/workflows/electron-ubuntu.yml +++ b/.github/workflows/electron-ubuntu.yml @@ -53,6 +53,10 @@ jobs: if: contains(matrix.os, 'ubuntu') run: | yarn dist:linux + - name: Version@Linux@Mac + if: contains(matrix.os, 'ubuntu') + run: | + ./bin/printversion.sh - name: Name Packages@Linux if: contains(matrix.os, 'ubuntu') run: |