Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fix packaging
  • Loading branch information
m-kuhn authored Apr 5, 2024
1 parent 84cd5b7 commit 8726d5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Package
run: |
export LD_LIBRARY_PATH="build/vcpkg_installed/x64-linux/lib/":${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH="${{ github.workspace }}/build/vcpkg_installed/x64-linux/lib/":${LD_LIBRARY_PATH}
cmake --build "build" --target bundle --config ${{ env.BUILD_TYPE }}
echo "ARTIFACT_PATHNAME=build/QField-x86_64.AppImage" >> $GITHUB_ENV
echo "ARTIFACT_NAME=qfield-${{ env.CI_PACKAGE_FILE_SUFFIX }}-linux-x64.AppImage" >> $GITHUB_ENV
Expand Down Expand Up @@ -153,9 +153,6 @@ jobs:
run: |
bundle exec fastlane run sentry_upload_dif path:build
- uses: m-kuhn/action-tmate@patch-1
if: always()

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 8726d5f

Please sign in to comment.