From 24efc3108c62859a23a93850c4d28954dce42275 Mon Sep 17 00:00:00 2001 From: "Jean Marchand (Exotic Markets)" Date: Mon, 2 Sep 2024 17:05:52 +0200 Subject: [PATCH] ci: Fix create-tarball (#56) --- .github/workflows/bump-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-release.yaml b/.github/workflows/bump-release.yaml index 176e261b..51ca6b0c 100644 --- a/.github/workflows/bump-release.yaml +++ b/.github/workflows/bump-release.yaml @@ -85,7 +85,7 @@ jobs: run: | chmod +x ./scripts/ci/create-tarball.sh chmod +x ./scripts/build-all.sh - ./scripts/ci/create-tarball.sh --target ${{ matrix.target }} + ./scripts/ci/create-tarball.sh - name: Upload tarball uses: actions/upload-artifact@v4