Skip to content

Commit

Permalink
use ali oss for storage
Browse files Browse the repository at this point in the history
  • Loading branch information
valord577 committed May 13, 2024
1 parent 191144e commit e2d44ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
echo -e "\n"
ls -AlhR ${{ github.workflow }}
- name: commit to pre-compiled packages
# if: ${{ env._PUSH_CAN_EXE == 'true' }}
if: ${{ env._PUSH_CAN_EXE == 'true' }}
run: |
mkdir -p '${{ github.workflow }}/${{ needs._buildx.outputs.version }}'
mv -f ${{ github.workspace }}/${{ github.workflow }}/*/*.zip '${{ github.workflow }}/${{ needs._buildx.outputs.version }}'
Expand Down

0 comments on commit e2d44ec

Please sign in to comment.