From c410cf9982b8b39ada71d7b19c7d895f52acd363 Mon Sep 17 00:00:00 2001 From: sjquant Date: Tue, 24 Jan 2023 18:50:22 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 7c56e5a..d21625b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - name: Build and Package shell: bash run: | - scrtips/package.sh --target ${{ matrix.target }} + scripts/package.sh --target ${{ matrix.target }} echo "ASSET=dist/flopha-${{ matrix.target }}.tar.gz" >> $GITHUB_ENV - name: Upload release archive