From 9a07954e4cd1a14f8cb00b506d797719f791d3cf Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 23 Jun 2023 13:32:05 +0200 Subject: [PATCH] CI: execute ci_bundle script --- .github/workflows/ci.yml | 2 +- build/ci_bundle.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build/ci_bundle.sh diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c76927f..bf92081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: path: artifacts - name: Place all tarballs in the same directory - run: ls + run: build/ci_bundle.sh - name: Upload the bundle as an artifact uses: actions/upload-artifact@v3 diff --git a/build/ci_bundle.sh b/build/ci_bundle.sh old mode 100644 new mode 100755