aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-10-30 01:54:42 +0400
committerGitHub <noreply@github.com>2023-10-30 01:54:42 +0400
commit4b6ff13113575dffd6ebf0b861235c6a8eae2761 (patch)
tree0bca426732aacb1061a4368a0d0aecceaf2c4e26 /.github
parenta0663c522537b65ea83ff6706da1e28651997c1b (diff)
downloadalacritty-4b6ff13113575dffd6ebf0b861235c6a8eae2761.tar.gz
alacritty-4b6ff13113575dffd6ebf0b861235c6a8eae2761.zip
Add man 5 pages to upload_asset.sh
They are compiled, but not being uploaded.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ccf10322..17b2d1af 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -82,6 +82,8 @@ jobs:
./.github/workflows/upload_asset.sh ./Alacritty.svg $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./alacritty.1.gz $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./alacritty-msg.1.gz $GITHUB_TOKEN
+ ./.github/workflows/upload_asset.sh ./alacritty.5.gz $GITHUB_TOKEN
+ ./.github/workflows/upload_asset.sh ./alacritty-bindings.5.gz $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/completions/alacritty.bash $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/completions/alacritty.fish $GITHUB_TOKEN
./.github/workflows/upload_asset.sh ./extra/completions/_alacritty $GITHUB_TOKEN