1 parent 0c02e33 commit ce354ccCopy full SHA for ce354cc
1 file changed
.github/workflows/cli.yml
@@ -55,6 +55,7 @@ jobs:
55
EXE_EXT=${{ matrix.platform == 'windows-latest' && '.exe' || '' }}
56
SRC="src-tauri/target/${{ matrix.target }}/release/sublens-cli${EXE_EXT}"
57
tar -czvf ${{ matrix.artifact }}.tar.gz -C "$(dirname $SRC)" "$(basename $SRC)"
58
+ shell: bash
59
60
- name: Upload CLI binary
61
uses: softprops/action-gh-release@v2
0 commit comments