diff options
author | David Robertson <davidr@element.io> | 2023-02-07 18:15:06 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-07 18:15:06 +0000 |
commit | f4e4de70e66fa82c262a55dee6f67adc9a43d1a1 (patch) | |
tree | f9b6a1a8050b92b09f2c9dfcc959f4405f6289ae | |
parent | DEBUG: build mac wheels on PRs (diff) | |
download | synapse-f4e4de70e66fa82c262a55dee6f67adc9a43d1a1.tar.xz |
DEBUG: Upload wheel artifacts, even on failure
-rw-r--r-- | .github/workflows/release-artifacts.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 9724b4e3fe..5a9b91e94f 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -155,6 +155,7 @@ jobs: - uses: actions/upload-artifact@v3 with: + if: always() name: Wheel path: ./wheelhouse/*.whl |