From ea20a83171b10c652faff8b8555b3741f9830c33 Mon Sep 17 00:00:00 2001 From: "$(whoami)" Date: Sun, 14 Feb 2021 00:36:14 +0530 Subject: [PATCH] Update post-release-publish.yml there was a mistake in getting the version for ci This is the corrected way of doing it --- .github/workflows/post-release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release-publish.yml b/.github/workflows/post-release-publish.yml index cdaeaf3..13f7c15 100644 --- a/.github/workflows/post-release-publish.yml +++ b/.github/workflows/post-release-publish.yml @@ -32,11 +32,11 @@ jobs: AUR_PRIVATE_KEY : ${{ secrets.AUR_PRIVATE_KEY }} AUR_EMAIL : ${{ secrets.AUR_EMAIL }} AUR_NAME : ${{ secrets.AUR_NAME }} - VERSION : ${GITHUB_REF##*/} container: archlinux steps: - name: Update package database and packages run: | + export VERSION=${GITHUB_REF##*/} (patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc") &> /dev/null pacman --noconfirm -Syu pacman --noconfirm -S base-devel wget git