Skip to content

Commit c1adb73

Browse files
committed
fix: run Lake packing through Bash
1 parent 270b4fa commit c1adb73

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
use-github-cache: false
7373

7474
- name: Pack Lake build archive
75-
run: lake pack
75+
shell: bash
76+
run: |
77+
"$HOME/.elan/bin/lake" pack
7678
7779
- name: Stage Lake build archive
7880
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)