Skip to content

Commit 1176945

Browse files
Refactor package-and-push workflow configuration
1 parent 71ddcb1 commit 1176945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_and_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ github.ref_name }}
3838
- name: Install ossutil
3939
run: |
40-
curl https://gosspublic.alicdn.com/ossutil/install.sh | sh
40+
curl https://gosspublic.alicdn.com/ossutil/install.sh | bash
4141
- name: Prepare package files
4242
env:
4343
TAG_NAME: ${{ github.event.inputs.dockerImageTag }}
@@ -138,3 +138,4 @@ jobs:
138138
fi
139139

140140

141+

0 commit comments

Comments
 (0)