Skip to content

Commit

Permalink
chore: action
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 committed Jan 30, 2024
1 parent 0a14c0b commit b5fc0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
run: |
mkdir apk
cp "${{ env.outputs_dir }}/apk/${{ env.product }}/release/*${{ env.ver_name }}.apk" "${{ github.workspace }}/apk"
# path="$GITHUB_WORKSPACE/apk"
# python3 $GITHUB_WORKSPACE/.github/scripts/lzy_web.py $path "${{ env.lzy_folder_id }}"
path="${{ github.workspace }}/apk"
python3 ${{ github.workspace }}/.github/scripts/lzy_web.py $path "${{ env.lzy_folder_id }}"
# echo "app: https://jing332.lanzn.com/b09jpjd2d"
# echo "dev: https://jing332.lanzn.com/b09ig9qla"
Expand Down

0 comments on commit b5fc0ec

Please sign in to comment.