Skip to content

Commit

Permalink
Fix dist folder in release deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Haralan Dobrev committed Mar 17, 2021
1 parent 82e7768 commit 047ed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
access_key: ${{ secrets.MINIO_PRODUCTION_ACCESS_KEY }}
secret_key: ${{ secrets.MINIO_PRODUCTION_SECRET_KEY }}
bucket: ${{ secrets.MINIO_PRODUCTION_BUCKET }}
source_dir: 'public'
source_dir: 'dist'
target_dir: '/'

0 comments on commit 047ed30

Please sign in to comment.