File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -129,22 +129,15 @@ jobs:
129
129
ref : v0.18.0
130
130
path : shards
131
131
132
- - name : Download molinillo release
133
- uses : actions/checkout@v4
134
- with :
135
- repository : crystal-lang/crystal-molinillo
136
- ref : v0.2.0
137
- path : shards/lib/molinillo
138
-
139
132
- name : Build shards release
140
133
working-directory : ./shards
141
- run : ../bin/crystal.bat build ${{ inputs.release && '-- release' || '' }} src/shards.cr
134
+ run : make -f Makefile.win ${{ inputs.release && 'release=1 ' || '' }}
142
135
143
136
- name : Gather Crystal binaries
144
137
run : |
145
138
make -f Makefile.win install prefix=crystal
146
139
mkdir crystal/lib
147
- cp shards/shards.exe crystal/
140
+ cp shards/bin/ shards.exe crystal/
148
141
cp libs/* crystal/lib/
149
142
cp dlls/* crystal/
150
143
cp README.md crystal/
You can’t perform that action at this time.
0 commit comments