From 79224c3399122507ec43ac0cba5e0e2025bfc97e Mon Sep 17 00:00:00 2001 From: pshenmic Date: Fri, 24 Feb 2023 15:22:16 +0400 Subject: [PATCH] fix(ci): fix release syntax error --- .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 0665e6a301f..541b264e0d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -838,7 +838,7 @@ jobs: CARGO_BUILD_PROFILE: release - name: Create package - run: "${GITHUB_WORKSPACE}/scripts/pack_dashmate.sh" ${{ matrix.package_type }} + run: "${GITHUB_WORKSPACE}/scripts/pack_dashmate.sh ${{ matrix.package_type }}" - name: Upload artifacts to action summary uses: actions/upload-artifact@v3