Skip to content

Commit 17bcdd5

Browse files
committed
fix: get only api directory from public_accessa
1 parent 9b90154 commit 17bcdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
MFD_TAG=$(gh api /repos/cloudbeds/mfd/releases/latest | jq -r '.tag_name')
2727
echo "Latest MFD tag: $MFD_TAG"
28-
gh api /repos/cloudbeds/mfd/tarball/$MFD_TAG | tar --strip-components=1 --wildcards -zxf - '*/public_accessa'
28+
gh api /repos/cloudbeds/mfd/tarball/$MFD_TAG | tar --strip-components=1 --wildcards -zxf - '*/public_accessa/api'
2929
3030
- name: Get next version
3131
id: get_next_version

0 commit comments

Comments
 (0)