mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-21 09:50:13 -07:00
Merge pull request #128 from sonuishaq67/master
removed v from version variable
This commit is contained in:
commit
f3e73ae0f5
2
.github/workflows/post-release-publish.yml
vendored
2
.github/workflows/post-release-publish.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Update package database and packages
|
- name: Update package database and packages
|
||||||
run: |
|
run: |
|
||||||
set -e -x
|
set -e -x
|
||||||
export VERSION=${GITHUB_REF##*/}
|
export VERSION=$(echo ${GITHUB_REF##*/} | cut -c2-)
|
||||||
(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 openssh
|
pacman --noconfirm -S base-devel wget git openssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user