Skip to content

Commit 55b7e52

Browse files
committed
Update ci.yml
1 parent 55c73ed commit 55b7e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Upload files to R2
121121
run: |
122-
zip -r ${{ env.PLUGIN_NAME }}.zip .
122+
zip -r ${{ env.PLUGIN_NAME }}.zip ./dist/${{ env.PLUGIN_NAME }}
123123
124124
# Upload specific files
125125
aws s3 cp ./${{ env.PLUGIN_NAME }}.zip s3://${{ secrets.R2_BUCKET_NAME }}/ \

0 commit comments

Comments
 (0)