diff --git a/.github/workflows/win_build_portable.yml b/.github/workflows/win_build_portable.yml index d833d9d4b1ee..13f4e73a0d51 100644 --- a/.github/workflows/win_build_portable.yml +++ b/.github/workflows/win_build_portable.yml @@ -129,22 +129,15 @@ jobs: ref: v0.18.0 path: shards - - name: Download molinillo release - uses: actions/checkout@v4 - with: - repository: crystal-lang/crystal-molinillo - ref: v0.2.0 - path: shards/lib/molinillo - - name: Build shards release working-directory: ./shards - run: ../bin/crystal.bat build ${{ inputs.release && '--release' || '' }} src/shards.cr + run: make -f Makefile.win ${{ inputs.release && 'release=1' || '' }} - name: Gather Crystal binaries run: | make -f Makefile.win install prefix=crystal mkdir crystal/lib - cp shards/shards.exe crystal/ + cp shards/bin/shards.exe crystal/ cp libs/* crystal/lib/ cp dlls/* crystal/ cp README.md crystal/