Skip to content

Commit

Permalink
chore(CD): update publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Jun 15, 2024
1 parent a1ee384 commit e0fddb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Release build and publish
runs-on: ubuntu-latest
runs-on: macos-13
steps:
- name: Check out code
uses: actions/checkout@v2
Expand All @@ -18,6 +18,11 @@ jobs:
distribution: adopt
java-version: 17

- name: Set up XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2.0"

# Builds the release artifacts of the library
- name: Release build
run: ./gradlew :seeker:assembleRelease
Expand Down

0 comments on commit e0fddb2

Please sign in to comment.