Skip to content

Commit 369dd6f

Browse files
committed
run script to create MbedtlsSizeOf
1 parent 1afb41d commit 369dd6f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/compile-mbedtls.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
name: linux-x86-64
3030
path: mbedtls-lib/bin/linux-x86-64/*
3131
if-no-files-found: error
32+
- name: Archive mbledtlsSizeOf.kt
33+
uses: actions/upload-artifact@v4
34+
with:
35+
name: MbedtlsSizeOf.kt
36+
path: kotlin-mbedtls/src/main/kotlin/org/opencoap/ssl/MbedtlsSizeOf.kt
37+
if-no-files-found: error
3238

3339
compile-macos:
3440
name: "compile: macos"

.github/workflows/update-mbedtls.yml

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
with:
5353
name: win32-x86-64
5454
path: mbedtls-lib/bin/win32-x86-64/
55+
- uses: actions/download-artifact@v4
56+
with:
57+
name: MbedtlsSizeOf.kt
58+
path: kotlin-mbedtls/src/main/kotlin/org/opencoap/ssl/MbedtlsSizeOf.kt
5559
- name: Bump default compile version
5660
env:
5761
NEW_MBEDTLS_VERSION: ${{ needs.get-mbedtls-version.outputs.latestMbedtlsVersion }}

0 commit comments

Comments
 (0)