Skip to content

Commit

Permalink
RSDK-4252 - fix file path bug in arm64 installer release (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan authored Oct 6, 2023
1 parent 2b8d35e commit 789e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Build installer binary
run: |
cargo build --release --locked --target aarch64-unknown-linux-gnu
cp target/release/micro-rdk-installer micro-rdk-installer-arm64-linux
cp target/aarch64-unknown-linux-gnu/release/micro-rdk-installer micro-rdk-installer-arm64-linux
- name: Upload release
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 789e5ee

Please sign in to comment.