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