Skip to content

Commit 1cbc4b8

Browse files
committed
fix squash release location
1 parent 656b3e8 commit 1cbc4b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
8989
fi
9090
if [[ "${{ matrix.platform.squash }}" == "true" ]]; then
91-
mksquashfs coman coman_${{matrix.platform.os_name}}.sqsh
91+
mksquashfs ${{ matrix.platform.bin }} ../../../coman_${{matrix.platform.os_name}}.sqsh
9292
fi
9393
cd -
9494
- name: Publish GitHub release

0 commit comments

Comments
 (0)