Skip to content

Commit

Permalink
fix: rm set -e debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Aug 4, 2023
1 parent 2619d96 commit 3e6748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ runs:
- name: Deploy by cos
shell: bash
run: |
set -e
# set -e
coscli rm ${{ inputs.oss_bucket }} --recursive --force
coscli sync ${{ inputs.build_dist }}/ ${{ inputs.oss_bucket }} --recursive --thread-num=10

0 comments on commit 3e6748d

Please sign in to comment.