Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Automatic Releases #21

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Automatic Releases #21

merged 2 commits into from
Jul 31, 2023

Conversation

fabriziodemaria
Copy link
Member

No description provided.

publish:
name: Release OpenFeature SDK
runs-on: ubuntu-latest

Copy link

@vahidlazio vahidlazio Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this works but maybe we can try adding something like this already:

- name: Checkout code
        uses: actions/checkout@v2

- name: Set up Swift 🪶
        uses: actions/setup-swift@v2

- name: Build XCTFramework
        run: |
          swift build --configuration release --create-xcframework

this should create a xctFramework and we can add it to the files attribute of the release step (this can be a separated PR once we made sure the framework is built correctly)

files:
    - ./path/to/the/binary/binary.xcframework.zip

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's look at the above in a separate PR 👍

@fabriziodemaria fabriziodemaria merged commit b606a1e into main Jul 31, 2023
2 checks passed
@fabriziodemaria fabriziodemaria deleted the releases branch July 31, 2023 12:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants