From e139567db28e221fe07b27304360da79a107d6a9 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Tue, 6 Aug 2024 21:51:02 +0800 Subject: [PATCH] added NO_STRIP env to github actions workflow command --- .github/workflows/build-validation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index e8b0cd5..062dc18 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -15,11 +15,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: npm install + - name: bun install run: | - npm install + bun install - - name: npm run tauri build + - name: bun run tauri build run: | - npm run tauri build + NO_STRIP=true bun run tauri build echo "winning ranks"