Skip to content

Commit

Permalink
always run this step (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy authored Aug 19, 2024
1 parent 1ff127b commit 71d81cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 71d81cf

Please sign in to comment.