diff options
-rw-r--r-- | .github/workflows/release-candidate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 90ee9e0fa..9e33d9ccf 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v1 - name: Create linux package run: | + export LIBRARY_PATH=/lib:/usr/lib make debpkg mkdir linux-release-candidate cp linux/artifacts/*.deb linux-release-candidate/ |