diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-11-13 17:53:46 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2022-11-13 17:53:46 +0900 |
commit | 8719b356942d4997252c2705795485c7af7fd4f0 (patch) | |
tree | 7830f1d533b7ba1acc5c3c3af3deff199928fe32 /.github | |
parent | e9d5ceb46222dccf92a69c9865f2df3301b660da (diff) |
add rocky 8.6 support
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be5d30b..fdcc97d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,3 +36,4 @@ jobs: ${{github.workspace}}/build/mscp_${{env.VERSION}}-ubuntu-20.04-x86_64.deb ${{github.workspace}}/build/mscp_${{env.VERSION}}-ubuntu-22.04-x86_64.deb ${{github.workspace}}/build/mscp_${{env.VERSION}}-centos-8-x86_64.rpm + ${{github.workspace}}/build/mscp_${{env.VERSION}}-rocky-8.6-x86_64.rpm |