Skip to content

Commit

Permalink
Fix command [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 15, 2024
1 parent 95f9ebb commit b79cd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Create distribution directories
run: |
cd $GITHUB_WORKSPACE
mkpath ./dist/build/
mkpath ./dist/cache/
mkdir -p ./dist/build/
mkdir -p ./dist/cache/
- name: Retrieve Last Release Tag
run: |
Expand Down

0 comments on commit b79cd7e

Please sign in to comment.