We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8bf73 commit a798bffCopy full SHA for a798bff
1 file changed
.github/workflows/release.yml
@@ -8,8 +8,6 @@ on:
8
jobs:
9
build-and-release:
10
runs-on: ubuntu-latest
11
- env:
12
- BUILD_DIR: "${HOME}/.config/raycast/extensions/anytype"
13
14
steps:
15
- name: Checkout tag
@@ -52,6 +50,9 @@ jobs:
52
50
run: |
53
51
ls -R "$GITHUB_WORKSPACE" | sed 's/^/ /'
54
+ - name: Compute BUILD_DIR
+ run: echo "BUILD_DIR=$HOME/.config/raycast/extensions/anytype" >> $GITHUB_ENV
55
+
56
- name: Verify build output
57
58
if [ ! -d "${BUILD_DIR}" ]; then
0 commit comments