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 53a2558 commit 28bac75Copy full SHA for 28bac75
.github/workflows/directory.yml
@@ -26,7 +26,7 @@ jobs:
26
add-to-path: true
27
- name: Compile Directory Writer
28
run: |
29
- julec -o ./directory_writer ./.github/workflows
+ julec build -o ./directory_writer ./.github/workflows
30
git update-index --add --chmod=-x ./directory_writer
31
chmod +x ./directory_writer
32
- name: Generate Directory
0 commit comments