Skip to content

Commit

Permalink
update: action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veaba committed Dec 7, 2020
1 parent 2f21a67 commit 3a41201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Expand Up @@ -4,7 +4,9 @@ author: "Veaba"
runs:
using: "composite"
steps:
- run: $GITHUB_ACTION_PATH/deploy/build.sh
- run: |
chmod +x $GITHUB_ACTION_PATH/deploy/build.sh
bash $GITHUB_ACTION_PATH/deploy/build.sh
shell: bash
branding:
icon: "tag"
Expand Down

0 comments on commit 3a41201

Please sign in to comment.