mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-12 22:50:32 +03:00
github: fix deploy script for 2-17 again...
This commit is contained in:
parent
103ba5ba43
commit
357ef7de18
6
.github/workflows/deployment.yml
vendored
6
.github/workflows/deployment.yml
vendored
@ -300,17 +300,17 @@ jobs:
|
||||
python "./deployment/packager.py" ${{ env.RELEASE_VERSION }} "./deployment/linux/arch/PKGBUILD.template" "./PKGBUILD" "SHA512" "./${{ env.RELEASE_VERSION }}.tar.gz"
|
||||
|
||||
- name: Build AUR binary 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: |
|
||||
python "./deployment/packager.py" ${{ env.RELEASE_VERSION }} "./deployment/linux/arch/PKGBUILD_BIN.template" "./PKGBUILD_BIN" "SHA512" "./bottom_x86_64-unknown-linux-gnu.tar.gz"
|
||||
|
||||
- name: Tar AUR PKGBUILDs
|
||||
if: matrix.triple.target == 'x86_64-unknown-linux-gnu'
|
||||
if: matrix.triple.target == 'x86_64-unknown-linux-gnu' && matrix.triple.container == ''
|
||||
run: |
|
||||
tar -czvf arch.tar.gz PKGBUILD_BIN PKGBUILD
|
||||
|
||||
- name: Upload AUR PKGBUILDs (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 == ''
|
||||
uses: actions/upload-release-asset@v1.0.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user