Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgz0227 authored Jan 30, 2024
1 parent 415f328 commit d199a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo "ver_name=$(grep -m 1 'versionName' ${{ env.outputs_dir }}/apk/${{ env.product }}/release/output-metadata.json | cut -d\" -f4)" >> $GITHUB_ENV
echo "修改文件名"
mkdir apk
cp ${{ env.outputs_dir }}/apk/${{ env.product }}/release/*.apk "${{ github.workspace }}/apk/TTS-Server_${{ env.product }}_${{ env.ver_name }}.apk"
mv ${{ env.outputs_dir }}/apk/${{ env.product }}/release/*.apk "${{ github.workspace }}/apk/TTS-Server_${{ env.product }}_${{ env.ver_name }}.apk"
- name: Upload APK To Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d199a76

Please sign in to comment.