summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-06-26 15:36:54 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-06-26 15:37:20 -0400
commit103ba5ba4380b94d10f6c8105e894ac21e6cfe3c (patch)
treeddda963b1829d50c5ef933478d14bd1327ebd83c
parent985959ec1c47bd91a6eb3e03010c9fac8115b060 (diff)
github: fix deploy script for 2-17
-rw-r--r--.github/workflows/deployment.yml2
1 files changed, 1 insertions, 1 deletions
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"