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 4f9f78a commit 01513f7Copy full SHA for 01513f7
1 file changed
.github/workflows/deploy-dyad-bot.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Run todo script
21
run: |
22
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
+ ~/.julia/bin/juliac --trim=unsafe-warn --output-exe ctrl --project deploy --bundle ctrl-bundle deploy/src/main.jl
24
- name: Create bundle archive
25
run: zip -r ctrl-bundle.zip ctrl-bundle
26
- name: Upload artifact
0 commit comments