Skip to content

Commit fb32454

Browse files
chore: update S3 upload configuration for VS Code extension and IntelliJ plugin
1 parent bda687a commit fb32454

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
aws_secret_access_key: ${{ secrets.STORAGE_KEY_SECRET }}
6262
aws_bucket: ${{ secrets.TOOLS_BUCKET }}
6363
source_dir: 'intellij-plugin/build/distributions'
64+
destination_dir: ${{ github.ref_name }}
6465
endpoint: 'https://s3.nevaobjects.id'
6566

6667
# Upload VS Code extension to S3 (only on tag)
@@ -71,7 +72,8 @@ jobs:
7172
aws_key_id: ${{ secrets.STORAGE_KEY_ID }}
7273
aws_secret_access_key: ${{ secrets.STORAGE_KEY_SECRET }}
7374
aws_bucket: ${{ secrets.TOOLS_BUCKET }}
74-
source_dir: 'vscode-extension/*.vsix'
75+
source_dir: 'vscode-extension/dist'
76+
destination_dir: ${{ github.ref_name }}
7577
endpoint: 'https://s3.nevaobjects.id'
7678

7779
release:

0 commit comments

Comments
 (0)