Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Commit 36f5988

Browse files
committed
revert: add Cross.toml
1 parent 4a4a93f commit 36f5988

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
run: cargo install cross --locked
3939

4040
- name: Build binaries
41-
run: cross build --release -p sparagne -p sparagne_tui --target ${{ matrix.target }}
41+
run: cross build --release -p sparagne -p sparagne_admin -p sparagne_tui --target ${{ matrix.target }}
4242

4343
- name: Package artifacts
4444
run: |
4545
mkdir -p dist
46-
tar -C target/${{ matrix.target }}/release -czf dist/${{ env.artifact }} sparagne sparagne_tui
46+
tar -C target/${{ matrix.target }}/release -czf dist/${{ env.artifact }} sparagne sparagne_admin sparagne_tui
4747
4848
- name: Publish release artifacts
4949
uses: softprops/action-gh-release@v2

Cross.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)