debug(ci): windows not being picked correctly

This commit is contained in:
Neko Ayaka
2025-06-18 01:37:28 +08:00
parent 60a820d63c
commit 8a8e3b0088
+10
View File
@@ -33,6 +33,12 @@ jobs:
run: |
echo "PRODUCT_NAME=$(jq -r '.productName' apps/stage-tamagotchi/src-tauri/tauri.conf.json)" >> $GITHUB_ENV
- name: Debug Environment
run: |
echo "PRODUCT_NAME: '${{ env.PRODUCT_NAME }}'"
ls -la bundle/ || echo "bundle directory doesn't exist"
find . -name "*setup.exe" -o -name "*.AppImage" -o -name "*.dmg" || echo "No artifacts found"
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
@@ -70,6 +76,10 @@ jobs:
- name: Rename Artifacts
run: node apps/stage-tamagotchi/scripts/rename-artifacts.js ${{ matrix.target }}
- name: Debug After Rename
run: |
ls -la bundle/ || echo "bundle directory doesn't exist after rename"
- name: Upload To GitHub Releases
uses: softprops/action-gh-release@v2
with: