Skip to content

Commit

Permalink
Update arm-release.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Demetz <[email protected]>
  • Loading branch information
Benji377 authored Sep 22, 2024
1 parent 9063fed commit ad8184f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/arm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,13 @@ jobs:
env:
PKG_CONFIG_SYSROOT_DIR: ${{ matrix.sysroot }}
run: |
cargo packager --release --verbose --formats "deb" --config "{\"beforePackagingCommand\": \"cargo build --release --target aarch64-unknown-linux-gnu\", \"targetTriple\": \"aarch64-unknown-linux-gnu\"}"
# cargo packager --release --verbose --config "{\"beforePackagingCommand\": \"cargo build --release --target ${{ matrix.target }}\"}"
cargo packager --release --verbose --formats "deb" --config "{\"beforePackagingCommand\": \"cargo build --release --target aarch64-unknown-linux-gnu && mv target/aarch64-unknown-linux-gnu/release/raspirus target/raspirus\"}"
- name: Create output folder
run: mkdir -p ./output

- name: List release files
run: ls target/${{ matrix.target }}/release/

- name: Copy files to output
run: cp target/${{ matrix.target }}/release/bundle/deb/raspirus_${{ env.VERSION }}_${{ matrix.arch }}.deb ./output/
run: ls target/

- name: Collect build artifacts
id: collect_build_files
Expand Down

0 comments on commit ad8184f

Please sign in to comment.