mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
added NO_STRIP env to github actions workflow command
This commit is contained in:
parent
95e664a5a8
commit
e139567db2
8
.github/workflows/build-validation.yml
vendored
8
.github/workflows/build-validation.yml
vendored
|
@ -15,11 +15,11 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: npm install
|
- name: bun install
|
||||||
run: |
|
run: |
|
||||||
npm install
|
bun install
|
||||||
|
|
||||||
- name: npm run tauri build
|
- name: bun run tauri build
|
||||||
run: |
|
run: |
|
||||||
npm run tauri build
|
NO_STRIP=true bun run tauri build
|
||||||
echo "winning ranks"
|
echo "winning ranks"
|
||||||
|
|
Loading…
Reference in a new issue