chore(ci,tamagotchi): variable name

This commit is contained in:
LemonNeko
2025-04-03 00:04:28 +08:00
parent e16895b88c
commit b37d651eed
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
- run: |
ref_without_v=$(echo ${{ github.ref_name }} | sed 's/^v//')
mv apps/stage-tamagotchi-tauri/src-tauri/target/${{ matrix.target }}/release/bundle/${{ matrix.artifact }}/airi_${{ ref_without_v }}_${{ matrix.arch }}.${{ matrix.artifact }} \
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 }}
- name: Upload Artifacts