Skip to content

Commit 9c7513a

Browse files
authored
Merge pull request #1163 from swiftlang/fix-wasm-sdk-name
Add 'SDK' part of the wasm name in swift_release.yml
2 parents c3ed428 + 69ba0c4 commit 9c7513a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/builds/swift_releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,8 +2296,8 @@
22962296
archs:
22972297
- x86_64
22982298
- arm64
2299-
- name: Wasm
2300-
platform: wasm
2299+
- name: Wasm SDK
2300+
platform: wasm-sdk
23012301
checksum: fe4e8648309fce86ea522e9e0d1dc48e82df6ba6e5743dbf0c53db8429fb5224
23022302
archs:
23032303
- x86_64

_includes/new-includes/components/wasm-sdk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% assign platform = site.data.builds.swift_releases.last.platforms | where: 'name', 'Wasm'| first %}
1+
{% assign platform = site.data.builds.swift_releases.last.platforms | where: 'name', 'Wasm SDK'| first %}
22
{% assign tag = site.data.builds.swift_releases.last.tag %}
33
{% assign tag_downcase = site.data.builds.swift_releases.last.tag | downcase %}
44

0 commit comments

Comments
 (0)