Skip to content

Commit

Permalink
Merge pull request #31 from ami-iit/GiulioRomualdi-patch-1
Browse files Browse the repository at this point in the history
Fix ROS_PACKAGE_PATH in the appimage
  • Loading branch information
GiulioRomualdi authored Apr 5, 2022
2 parents 4a19c0d + 662fb3a commit 25c5c93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
name: AppImage
path: AppImage

- name: Publish appimage
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish appimage to release asset
uses: svenstaro/upload-release-action@v2
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: AppImage/*
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: AppImage/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
3 changes: 3 additions & 0 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ AppDir:
# Disable webengine sandboxing
QTWEBENGINE_DISABLE_SANDBOX: 1

# this is required for the models
ROS_PACKAGE_PATH: '${APPDIR}/usr/share'

test:
fedora:
image: appimagecrafters/tests-env:fedora-30
Expand Down

0 comments on commit 25c5c93

Please sign in to comment.