Skip to content

Commit

Permalink
Merge pull request #5684 from junnplus/artifacts-permissions
Browse files Browse the repository at this point in the history
fix action missing shell
  • Loading branch information
junnplus authored May 30, 2022
2 parents b902ae7 + 4c1dff9 commit dfd53c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/publish_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ runs:
with:
name: release-${{ github.sha }}-${{ inputs.target }}
path: ./target/release
- run: chmod +x ./target/release/databend-*
- shell: bash
run: chmod +x ./target/release/databend-*

- name: Build and publish databend image
id: docker_build
Expand Down

0 comments on commit dfd53c3

Please sign in to comment.