Skip to content

Commit

Permalink
Update for V5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura authored Nov 13, 2024
1 parent d6f963c commit 5d1df3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
docker_image: ubuntu
container_name: ubuntu_container
upload_path: ../griddb-c-client_*_amd64.deb
- os: Centos
- os: Rockylinux
file_type: rpm
package_path: ./c_client/installer/RPMS/x86_64/griddb-c-client-*-linux.x86_64.rpm
docker_file: .github/dockerfile/Dockerfile-centos7
docker_image: centos
container_name: centos_container
docker_file: .github/dockerfile/Dockerfile-rockylinux
docker_image: rockylinux
container_name: rockylinux_container
upload_path: installer/RPMS/x86_64/griddb-c-client-*-linux.x86_64.rpm

steps:
Expand Down Expand Up @@ -70,4 +70,3 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 5d1df3d

Please sign in to comment.