summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:03:12 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:03:12 +0100
commitdb81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea (patch)
treea02318b329b38deb6b986ee9d3a1d97f2d1f74bd /.github/workflows/ci.yml
parent30ad9ca62d3e47f6f806538d7b733dbab67710f9 (diff)
downloadweechat-db81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea.zip
core: rename script build-debian.sh to build_debian.sh
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5eef15f9f..5a9637e21 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -147,10 +147,10 @@ jobs:
sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_DEPENDENCIES }} php-dev
- name: Test Debian patches
- run: ./tools/build-debian.sh test-patches
+ run: ./tools/build_debian.sh test-patches
- name: Build Debian packages
- run: ./tools/build-debian.sh devel ubuntu/jammy
+ run: ./tools/build_debian.sh devel ubuntu/jammy
- name: Install Debian packages
run: sudo dpkg -i ../weechat-devel*.deb