Skip to content

Commit

Permalink
update build script(fix for documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Sep 8, 2023
1 parent a98b52e commit 04a9aef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:

- name: Build Documentations
run: xcodebuild docbuild -scheme DXFeedFramework -derivedDataPath documentations/

- name: Zip Documentations
run: zip documentation.zip documentations/Build/Products/Debug/DXFeedFramework.doccarchive -r

- name: Checkl file
run: ls -al release_sp.sh
Expand Down Expand Up @@ -84,6 +87,6 @@ jobs:
generate_release_notes: true
files: |
build/DXFeedFramework.zip
documentations/Build/Products/Debug/DXFeedFramework.doccarchive
documentation.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 04a9aef

Please sign in to comment.