mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-06 14:09:29 +00:00
Underp this derp
This commit is contained in:
parent
e7aeed4ebb
commit
d77a5a8e39
12
.github/workflows/publish-appimage.yml
vendored
12
.github/workflows/publish-appimage.yml
vendored
@ -99,22 +99,22 @@ jobs:
|
|||||||
- name: Install libc++, set CC and CXX env vars
|
- name: Install libc++, set CC and CXX env vars
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -yqq --no-install-recommends \
|
sudo apt-get install -yqq --no-install-recommends \
|
||||||
libc++-${CLANG-VERSION}-dev \
|
libc++-${CLANG_VERSION}-dev \
|
||||||
libc++abi-${CLANG-VERSION}-dev
|
libc++abi-${CLANG_VERSION}-dev
|
||||||
echo "CC=clang-${CLANG-VERSION}" >> $GITHUB_ENV
|
echo "CC=clang-${CLANG_VERSION}" >> $GITHUB_ENV
|
||||||
echo "CXX=clang++-${CLANG-VERSION}" >> $GITHUB_ENV
|
echo "CXX=clang++-${CLANG_VERSION}" >> $GITHUB_ENV
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
run: ./appimage/build.sh
|
run: ./appimage/build.sh
|
||||||
- name: Upload AppImage artifact
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage'
|
name: "conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage"
|
||||||
path: conky-x86_64.AppImage
|
path: conky-x86_64.AppImage
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Upload AppImage checksum artifact
|
- name: Upload AppImage checksum artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: 'conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256'
|
name: "conky-${{ matrix.os }}-${{ matrix.arch }}-${{ env.GIT_VERSION }}.AppImage.sha256"
|
||||||
path: conky-x86_64.AppImage.sha256
|
path: conky-x86_64.AppImage.sha256
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
- name: Upload man page artifact
|
- name: Upload man page artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user