Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 17, 2024
1 parent bdec397 commit cefb3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- '**.md'
- 'docs/**'
- '.github/**'
- 'Package.swift'
- '!.github/workflows/release.yml'

jobs:
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ let package = Package(
.binaryTarget(
name: "Libcore",
url: packageURL,
checksum: "2e893644b06b9705b05502cf26d7495645944a9d9308c150c2c2940f4a3ca20b"
checksum: "0ad1d771f095f600d92d26fb425d654d6fb3175ef0b70fb1e68dfc4054ee4d39
"
)
]
)

0 comments on commit cefb3da

Please sign in to comment.