kitgit

tirbofish/dropbear · commit

453029f46149df2b5c75a4b06b15a708155b06dc

Update create_executable.yaml jarvis, run github actions

Unverified

Thribhu K <4tkbytes@pm.me> · 2025-11-12 07:14

view full diff

diff --git a/.github/workflows/create_executable.yaml b/.github/workflows/create_executable.yaml
index ceb1225..3292b0d 100644
--- a/.github/workflows/create_executable.yaml
+++ b/.github/workflows/create_executable.yaml
@@ -56,14 +56,13 @@ jobs:
         uses: dtolnay/rust-toolchain@stable
         with:
           targets: ${{ matrix.target }}
-      - name: build eucalyptus-core libs
-        run: cargo build --release --package eucalyptus-core --target ${{ matrix.target }}
-      - name: build eucalyptus-editor
-        run: cargo build --release --package eucalyptus-editor --target ${{ matrix.target }}
+      - name: build eucalyptus packages
+        run: cargo build --release --package eucalyptus-core --package eucalyptus-editor --package magna-carta --target ${{ matrix.target }}
       - name: prepare the artifact
         run: |
           mkdir -p dist/libs
           cp target/${{ matrix.target }}/release/eucalyptus-editor${{ matrix.ext }} dist/
+          cp target/${{ matrix.target }}/release/magna-carta${{ matrix.ext }} dist/
           if [ "${{ matrix.os }}" = "windows-latest" ]; then
             cp target/${{ matrix.target }}/release/eucalyptus_core.dll dist/ 2>/dev/null || true
             cp target/${{ matrix.target }}/release/eucalyptus_core.dll.lib dist/ 2>/dev/null || true