Skip to content

Commit 9edbcf1

Browse files
committed
build: archive compilation artifacts
1 parent 95c620f commit 9edbcf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ jobs:
8282
run: |
8383
make compile-native-image project_dir=${{ github.workspace }} jar_path=aidbox-sdk.jar image_name=aidbox-sdk-${{ matrix.os }}
8484
chmod +x aidbox-sdk-${{ matrix.os }}
85+
zip aidbox-sdk-${{ matrix.os }}.zip aidbox-sdk-${{ matrix.os }}
8586
8687
- name: Upload amd64 binary artifact
8788
uses: actions/upload-artifact@v4
8889
with:
8990
name: build-${{ matrix.os }}
90-
path: ./aidbox-sdk-*
91+
path: ./aidbox-sdk-*.zip

0 commit comments

Comments
 (0)