Skip to content

Commit

Permalink
Update bob.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Aug 7, 2023
1 parent 796da05 commit 4f94bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} build bundle
run: java -jar bob.jar --platform=${{ matrix.platform }} 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:
Expand Down

0 comments on commit 4f94bb8

Please sign in to comment.