We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8ae1 commit 9ae8a62Copy full SHA for 9ae8a62
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
run: |
122
ORIGINAL_SIZE=$(du -sb ./dist/${{ env.PLUGIN_NAME }} | cut -f1)
123
zip -r ${{ env.PLUGIN_NAME }}.zip ./dist/${{ env.PLUGIN_NAME }}
124
- setfattr -n user.original_size -v "$ORIGINAL_SIZE" ${{ env.PLUGIN_NAME }}.zip
+ echo "original_size=$ORIGINAL_SIZE" | zip -z ${{ env.PLUGIN_NAME }}.zip
125
126
aws s3 cp ./${{ env.PLUGIN_NAME }}.zip s3://${{ secrets.R2_BUCKET_NAME }}/ --endpoint-url https://${{ secrets.R2_ACCOUNT_ID }}.r2.cloudflarestorage.com
127
0 commit comments