Skip to content

Commit 62754d4

Browse files
committed
Fixing build.yml tar directory
1 parent d4ccfee commit 62754d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# All our runners are 64-bit ¯\_(ツ)_/¯
6363
run: |
6464
export COPYFILE_DISABLE=true
65-
tar -c -z -f ./${LEAN_OS}-64.tar.gz -C ./.lake/build .
65+
tar -c -z -f ./${LEAN_OS}-64.tar.gz -C ./build .
6666
gh release upload ${RELEASE_TAG} ./${LEAN_OS}-64.tar.gz
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)