Skip to content

Commit

Permalink
処理順序を間違えてた
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 26, 2023
1 parent 03bb4bc commit b9617cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/download/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ runs:
- name: Append path to package_paths.env
shell: bash
run: |
PACKAGE_NAME=$(basename `ls -1 ${{ inputs.platform }}_python-${{ inputs.python_version }}/*.whl`)
mv ${{ inputs.platform }}_python-${{ inputs.python_version }}/*.whl ./
PACKAGE_NAME=`ls -1 *.whl`
echo "$PACKAGE_NAME" >> package_paths.env

0 comments on commit b9617cd

Please sign in to comment.