chore(tamagotchi,ci): create missing directory

This commit is contained in:
LemonNeko
2025-04-03 00:38:41 +08:00
parent c7e8c24b83
commit 32dde103be
+1
View File
@@ -80,6 +80,7 @@ jobs:
- run: |
ref_without_v=$(echo ${{ github.ref_name }} | sed 's/^v//')
mkdir -p tamagotchi-dist
mv apps/stage-tamagotchi-tauri/src-tauri/target/${{ matrix.target }}/release/bundle/${{ matrix.artifact }}/airi_${ref_without_v}_${{ matrix.arch }}.${{ matrix.artifact }} \
tamagotchi-dist/airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}.${{ matrix.artifact }}