Skip to content

Commit

Permalink
add cargo target
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Aug 2, 2024
1 parent e8a31f4 commit a2a58a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
run: cargo leptos build --release
env:
LEPTOS_BIN_CARGO_COMMAND: cross
LEPTOS_BIN_TARGET: ${{ matrix.job.target }}
- name: Create archive
run: tar caf ${{ env.ARCHIVE }} -C ${{ env.RELEASE }} ${{ env.BINARY }}
- name: Upload binary to release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ jobs:
run: cargo leptos build --release
env:
LEPTOS_BIN_CARGO_COMMAND: cross
LEPTOS_BIN_TARGET: ${{ matrix.job.target }}

0 comments on commit a2a58a3

Please sign in to comment.