From 71d81cfe32f858274ce5e9087eb5630b9e072f09 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Mon, 19 Aug 2024 10:23:38 -0400 Subject: [PATCH] always run this step (#990) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35be5b67..90205ffb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -187,6 +187,7 @@ jobs: DEV_EXTENSION_DIR: /home/runner/drupal/web/sites/default/files/civicrm/ext DEV_EXTENSION_URL: http://127.0.0.1:8080/sites/default/files/civicrm/ext - name: Helper to make unique name for upload + if: ${{ failure() || success() }} run: | # doing this on multiple lines to avoid quote-hell cd ${{ runner.temp }}