From 0d536368d69f96d61b63d7c399ab28202adc65e9 Mon Sep 17 00:00:00 2001 From: Broken-Deer Date: Wed, 14 Aug 2024 17:15:57 +0800 Subject: [PATCH] ci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6a4db7..52a3b80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: yarn tauri build -- --verbose - name: Get app version - run: echo "APP_VERSION=$(jq -r .version src-tauri/tauri.conf.json)" >> $GITHUB_ENV + run: echo "APP_VERSION=$(jq -r .version src-tauri/tauri.conf.json)" >> $GITHUB_ENV && echo $GITHUB_ENV - name: Upload deb bundle uses: actions/upload-artifact@v3