Skip to content

Commit 90f9ff9

Browse files
committed
Fix build ci
1 parent a87deeb commit 90f9ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-release:
1010
runs-on: ubuntu-latest
1111
env:
12-
BUILD_DIR: "/root/.config/raycast/extensions/anytype"
12+
BUILD_DIR: "${HOME}/.config/raycast/extensions/anytype"
1313

1414
steps:
1515
- name: Checkout tag

0 commit comments

Comments
 (0)