summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-08 11:32:34 -0600
committerSean E. Russell <ser@ser1.net>2022-02-08 11:32:34 -0600
commit62e9bdad9f33da700f12eebb10cecf1e12d5351a (patch)
tree837fdb15ce3e5e5195bd3f195d314b5cf825f26e /.github
parente739840ac0f95c52bd40ae9576956e2229968c87 (diff)
YML spacing cleanup, and add missing archive types.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/prerelease.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5b0a64d..55311a0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,4 +19,4 @@ jobs:
env:
SRCPATH: ./cmd/gotop
with:
- args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
+ args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index 7909680..fdd7f5a 100644
--- a/.github/workflows/prerelease.yml
+++ b/.github/workflows/prerelease.yml
@@ -36,3 +36,5 @@ jobs:
files: |
.release/*.tgz
.release/*.zip
+ .release/*.rpm
+ .release/*.deb