Skip to content

Commit

Permalink
Merge pull request #94 from mecha-org/dev-build
Browse files Browse the repository at this point in the history
Merging dev-build
  • Loading branch information
shoaibmerchant authored Apr 19, 2024
2 parents abc8f84 + 2aacc40 commit 18be2d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-agent-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Prepare artifacts [${{ matrix.package }}]
run: |
mkdir build
cp ${{ matrix.path }}/target/release/${{ matrix.package }} ./build
cp ${{ matrix.path }}/target/debian/*.deb ./build
cp ./target/release/${{ matrix.package }} ./build
cp ./target/debian/*.deb ./build
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-connect-app-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Prepare artifacts [${{ matrix.package }}]
run: |
mkdir build
cp ${{ matrix.path }}/target/release/${{ matrix.package }} ./build
cp ${{ matrix.path }}/target/debian/*.deb ./build
cp ./target/release/${{ matrix.package }} ./build
cp ./target/debian/*.deb ./build
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion client/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ depends = "$auto"
assets = [
# binary
[
"target/release/mecha-connect",
"../../target/release/mecha-connect",
"/usr/bin/",
"755",
],
Expand Down

0 comments on commit 18be2d2

Please sign in to comment.