Skip to content

Commit 01c01ec

Browse files
fix: invalid source directory
1 parent 8cc5239 commit 01c01ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
aws_key_id: ${{ secrets.STORAGE_KEY_ID }}
5050
aws_secret_access_key: ${{ secrets.STORAGE_KEY_SECRET}}
5151
aws_bucket: ${{ secrets.TOOLS_BUCKET }}
52-
source_dir: ${{ env.PLUGIN_FILE }}
52+
source_dir: build/distributions
5353

0 commit comments

Comments
 (0)