Skip to content

Commit 3af8467

Browse files
committed
workaround no zip in container p1
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 4b6476d commit 3af8467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
uses: actions/upload-artifact@v4
4848
with:
4949
name: docs-c
50-
path: build/sdk/PebbleSDK-4.3_docs.zip
50+
path: |
51+
build/sdk/aplite/doxygen_sdk
52+
build/sdk/basalt/doxygen_sdk
5153
5254
# TODO: maybe build in pebble-dev/pebble-android-sdk, and publish releases?
5355
gendocs-android:

0 commit comments

Comments
 (0)