Skip to content

Commit 943b09f

Browse files
committed
Fix: Release Info Path
1 parent a70864b commit 943b09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
RELEASE_TAG="${INPUT_TAG#x/v}"
4040
echo "tag=${RELEASE_TAG}" >> $GITHUB_OUTPUT
4141
42-
RELEASE_CHECKSUM=$(out/mobileproxy/mobileproxy.xcframework.zip)
42+
RELEASE_CHECKSUM=$(output/mobileproxy/mobileproxy.xcframework.zip)
4343
echo "checksum=${RELEASE_CHECKSUM}" >> $GITHUB_OUTPUT
4444
4545
- name: Update Package Definition

0 commit comments

Comments
 (0)