mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-18 08:20:10 -07:00
Merge pull request #111 from sonuishaq67/patch-1
used the correct way for getting ci version
This commit is contained in:
commit
a897dc631d
2
.github/workflows/post-release-publish.yml
vendored
2
.github/workflows/post-release-publish.yml
vendored
@ -32,11 +32,11 @@ jobs:
|
|||||||
AUR_PRIVATE_KEY : ${{ secrets.AUR_PRIVATE_KEY }}
|
AUR_PRIVATE_KEY : ${{ secrets.AUR_PRIVATE_KEY }}
|
||||||
AUR_EMAIL : ${{ secrets.AUR_EMAIL }}
|
AUR_EMAIL : ${{ secrets.AUR_EMAIL }}
|
||||||
AUR_NAME : ${{ secrets.AUR_NAME }}
|
AUR_NAME : ${{ secrets.AUR_NAME }}
|
||||||
VERSION : ${GITHUB_REF##*/}
|
|
||||||
container: archlinux
|
container: archlinux
|
||||||
steps:
|
steps:
|
||||||
- name: Update package database and packages
|
- name: Update package database and packages
|
||||||
run: |
|
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
|
(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 -Syu
|
||||||
pacman --noconfirm -S base-devel wget git
|
pacman --noconfirm -S base-devel wget git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user