fix(ci): product name 2

This commit is contained in:
LemonNeko
2025-06-09 10:55:13 +08:00
parent ff98b431f9
commit fd9a1e0178
+4
View File
@@ -32,6 +32,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Get Product Name
run: |
echo "PRODUCT_NAME=$(jq -r '.productName' apps/stage-tamagotchi/src-tauri/tauri.conf.json)" >> $GITHUB_ENV
- name: Install pnpm
uses: pnpm/action-setup@v4
with: