added NO_STRIP env to github actions workflow command

This commit is contained in:
Vomitblood 2024-08-06 21:51:02 +08:00
parent 95e664a5a8
commit e139567db2

View file

@ -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"