diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 8ad3dddc..e1c4c639 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -294,7 +294,7 @@ jobs: asset_content_type: application/octet-stream - name: Build AUR PKGBUILD (Linux x86-64 GNU) - if: matrix.triple.target == 'x86_64-unknown-linux-gnu' + if: matrix.triple.target == 'x86_64-unknown-linux-gnu' && matrix.triple.container == '' run: | curl -LO "https://github.com/ClementTsang/bottom/archive/${{ env.RELEASE_VERSION }}.tar.gz" python "./deployment/packager.py" ${{ env.RELEASE_VERSION }} "./deployment/linux/arch/PKGBUILD.template" "./PKGBUILD" "SHA512" "./${{ env.RELEASE_VERSION }}.tar.gz"