We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b3e8 commit 1cbc4b8Copy full SHA for 1cbc4b8
1 file changed
.github/workflows/release.yaml
@@ -88,7 +88,7 @@ jobs:
88
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
89
fi
90
if [[ "${{ matrix.platform.squash }}" == "true" ]]; then
91
- mksquashfs coman coman_${{matrix.platform.os_name}}.sqsh
+ mksquashfs ${{ matrix.platform.bin }} ../../../coman_${{matrix.platform.os_name}}.sqsh
92
93
cd -
94
- name: Publish GitHub release
0 commit comments