From 66fdb12b1ad5c7eca938ac804f169ed3fbebfc78 Mon Sep 17 00:00:00 2001 From: Github Automation Date: Thu, 7 Sep 2023 15:05:38 -0600 Subject: [PATCH] fix: release not releases --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 741cfb70a..3826f4b7f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: gem install fpm - name: Run package script run: | - ./ci-scripts/packages.sh --arch ${{ matrix.arch }} --ext ${{ matrix.ext }} + ./ci-scripts/package.sh --arch ${{ matrix.arch }} --ext ${{ matrix.ext }} - name: Archive artifact uses: actions/upload-artifact@v3 with: