From 796da05973186a827fd4d19de64240eacc8bdc27 Mon Sep 17 00:00:00 2001 From: Alexey Gulev Date: Mon, 7 Aug 2023 15:12:56 +0200 Subject: [PATCH] Update bob.yml --- .github/workflows/bob.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bob.yml b/.github/workflows/bob.yml index 8fcc63d..a785213 100644 --- a/.github/workflows/bob.yml +++ b/.github/workflows/bob.yml @@ -36,7 +36,7 @@ jobs: - name: Build run: java -jar bob.jar --platform=${{ matrix.platform }} build --archive --build-server=${{env.BUILD_SERVER}} - name: Bundle - run: java -jar bob.jar --platform=${{ matrix.platform }} bundle + run: java -jar bob.jar --platform=${{ matrix.platform }} build bundle # macOS is not technically needed for building, but we want to test bundling as well, since we're also testing the manifest merging build_with_bob_macos: