Skip to content

Commit 01513f7

Browse files
authored
Missed dash
1 parent 4f9f78a commit 01513f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dyad-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run todo script
2121
run: |
2222
julia -e 'using Pkg; Pkg.update(); Pkg.Apps.add("JuliaC");'
23-
~/.julia/bin/juliac -trim=unsafe-warn --output-exe ctrl --project deploy --bundle ctrl-bundle deploy/src/main.jl
23+
~/.julia/bin/juliac --trim=unsafe-warn --output-exe ctrl --project deploy --bundle ctrl-bundle deploy/src/main.jl
2424
- name: Create bundle archive
2525
run: zip -r ctrl-bundle.zip ctrl-bundle
2626
- name: Upload artifact

0 commit comments

Comments
 (0)