terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build artifact names

+2 -2
+2 -2
.github/workflows/build-nix.yml
··· 26 26 - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e 27 27 - run: nix build .#static 28 28 - name: Create tar.gz 29 - run: tar -czvf jj_tui_linux.tar.gz -C result/bin jj_tui 29 + run: tar -czvf jj_tui_linux-x86_64.tar.gz -C result/bin jj_tui 30 30 - name: Archive production artifacts 31 31 uses: actions/upload-artifact@v4 32 32 with: ··· 47 47 - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e 48 48 - run: nix build 49 49 - name: Create tar.gz 50 - run: tar -czvf jj_tui_macos.tar.gz -C result/bin jj_tui 50 + run: tar -czvf jj_tui_macos-aarch64.tar.gz -C result/bin jj_tui 51 51 - name: Archive production artifacts 52 52 uses: actions/upload-artifact@v4 53 53 with: