File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6060 - name : Deploy to Blender Extensions Platform API
6161 env :
6262 BLENDER_API_URL : https://extensions.blender.org/api/v1/extensions/${{ env.EXT_ID }}/versions/upload/
63+ BLENDER_REFERER_URL : https://extensions.blender.org/add-ons/${{ env.EXT_ID }}/
6364 run : |
6465 # Extract release notes from CHANGELOG.md
6566 RELEASE_NOTES=$(awk -v ver="${{ env.ext_version }}" '
8081 # Send request and capture response + HTTP code
8182 RESPONSE=$(curl -s -w "\nHTTP_STATUS:%{http_code}" -X POST "$BLENDER_API_URL" \
8283 -H "Authorization:bearer ${{ secrets.BLENDER_EXTENSIONS_TOKEN }}" \
84+ -H "Referer:$BLENDER_REFERER_URL" \
8385 -F "version_file=@$ext_zip_name" \
8486 -F "release_notes=$RELEASE_NOTES_ESCAPED")
8587
Original file line number Diff line number Diff line change 11# JSBSim Viewer
22
33<p align =" center " >
4- <img src="./branding /JSBSim-Icon.png"
4+ <img src="./assets /JSBSim-Icon.png"
55 alt="JSBSim Viewer logo" height="120em" />
66</p >
77
@@ -35,10 +35,9 @@ This is useful for:
3535✅ Supports ** automatic updates** .
3636❌ Does not support ** automatic updates** .
3737
38-
3938## 🚀 Usage
4039
41401 . In Blender, open ** File → Import → JSBSim Flight Dynamics Model (.xml)** .
42412 . Select a JSBSim XML file to import.
4342
44- ![ example.png] ( ./branding /example.png )
43+ ![ example.png] ( ./assets /example.png )
You can’t perform that action at this time.
0 commit comments