Skip to content

Commit

Permalink
fix: Fix download-latest-poweradmin.sh execution permission issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
LamGC committed Nov 27, 2024
1 parent 94ea67b commit ee9358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v3 # v3.0.0

- name: Download latest PowerAdmin
run: ./download-latest-poweradmin.sh
run: chmod +x ./download-latest-poweradmin.sh && ./download-latest-poweradmin.sh

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit ee9358a

Please sign in to comment.