Skip to content

Commit

Permalink
Pull request #4: fix url to binary
Browse files Browse the repository at this point in the history
Merge in MDAPI/dxfeed-graal-swift-api from fix/fix_scripts to master

Squashed commit of the following:

commit 50812982a3edf8dab88a5999f71f744956dc4702
Author: Aleksey Kosylo <[email protected]>
Date:   Tue Jul 9 13:19:20 2024 +0200

    fix url to binary
  • Loading branch information
kosyloa committed Jul 9, 2024
1 parent db6bd22 commit 0385d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
build_and_upload_docs:
if: (startsWith(github.event.ref, 'refs/tags/') && endsWith(github.event.ref, 'build'))
if: (startsWith(github.event.ref, 'refs/tags/'))
name: Build & Upload Docs
runs-on: macos-latest

Expand Down
2 changes: 1 addition & 1 deletion .spm_jrog/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
targets: [
.binaryTarget(
name: moduleName,
url: "https://dxfeed.jfrog.io/artifactory/dxfeed-graal-open/binary/dxfeed-xcframework/dxfeed-xcframework-\(version).zip",
url: "https://dxfeed.jfrog.io/artifactory/spm-open/binary/dxfeed-xcframework/dxfeed-xcframework-\(version).zip",
checksum: checksum
)
]
Expand Down

0 comments on commit 0385d8b

Please sign in to comment.