mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Gzip the man page.
This commit is contained in:
parent
0681e89857
commit
e99a555097
6
.github/workflows/publish-appimage.yml
vendored
6
.github/workflows/publish-appimage.yml
vendored
@ -75,8 +75,8 @@ jobs:
|
||||
- name: Upload man page artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: conky.1
|
||||
path: conky.1
|
||||
name: conky.1.gz
|
||||
path: conky.1.gz
|
||||
- name: Create Conky Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v1
|
||||
@ -89,4 +89,4 @@ jobs:
|
||||
files: |
|
||||
conky-x86_64.AppImage
|
||||
conky-x86_64.AppImage.sha256
|
||||
conky.1
|
||||
conky.1.gz
|
||||
|
@ -82,5 +82,6 @@ done
|
||||
|
||||
mv conky*.AppImage* "$OLD_CWD"
|
||||
|
||||
# Copy the latest man page, which will be attached to releases
|
||||
mv doc/conky.1 "$OLD_CWD"
|
||||
# gzip & copy the man page, which will be attached to releases
|
||||
gzip doc/conky.1
|
||||
mv doc/conky.1.gz "$OLD_CWD"
|
||||
|
Loading…
Reference in New Issue
Block a user