We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda687a commit fb32454Copy full SHA for fb32454
1 file changed
.github/workflows/build.yml
@@ -61,6 +61,7 @@ jobs:
61
aws_secret_access_key: ${{ secrets.STORAGE_KEY_SECRET }}
62
aws_bucket: ${{ secrets.TOOLS_BUCKET }}
63
source_dir: 'intellij-plugin/build/distributions'
64
+ destination_dir: ${{ github.ref_name }}
65
endpoint: 'https://s3.nevaobjects.id'
66
67
# Upload VS Code extension to S3 (only on tag)
@@ -71,7 +72,8 @@ jobs:
71
72
aws_key_id: ${{ secrets.STORAGE_KEY_ID }}
73
74
- source_dir: 'vscode-extension/*.vsix'
75
+ source_dir: 'vscode-extension/dist'
76
77
78
79
release:
0 commit comments