1 parent 270b4fa commit c1adb73Copy full SHA for c1adb73
1 file changed
.github/workflows/release.yml
@@ -72,7 +72,9 @@ jobs:
72
use-github-cache: false
73
74
- name: Pack Lake build archive
75
- run: lake pack
+ shell: bash
76
+ run: |
77
+ "$HOME/.elan/bin/lake" pack
78
79
- name: Stage Lake build archive
80
uses: actions/upload-artifact@v4
0 commit comments