Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jan 14, 2025
1 parent dab778e commit be7cd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw-w64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ jobs:
- name: Build shards release
shell: msys2 {0}
working-directory: ./shards
run: make CRYSTAL=$(pwd)/crystal/bin/crystal SHARDS=false release=1
run: make CRYSTAL=$(pwd)/../crystal/bin/crystal SHARDS=false release=1

- name: Package Shards
shell: msys2 {0}
run: |
make install PREFIX="$(pwd)/crystal"
make install PREFIX="$(pwd)/../crystal"
- name: Upload Crystal executable
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit be7cd24

Please sign in to comment.