Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-ando committed Oct 20, 2024
1 parent 0154da1 commit 9330cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ jobs:
run: |
bash build.sh
ls -al
mkdir dist
mv *.tar.gz dist
mv *.sha256 dist
- name: Upload artifact
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: omniorb-ssl-arm64
path: dist/omniorb-ssl-arm64
path: dist/**
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ echo "Installing openssl@3"
echo "Bottling the forllowing packages"
cleanup

echo "Bottling openrtm2-aist"
echo "Bottling omniorb-ssl"
build

0 comments on commit 9330cc6

Please sign in to comment.