We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17992cd + 00fe4d4 commit ca943a4Copy full SHA for ca943a4
.github/workflows/ci_cd.yml
@@ -74,7 +74,9 @@ jobs:
74
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/api-v2' || github.ref == 'refs/heads/7.x'
75
# upload to b2 (if credentials are provided, as they will be for backblaze's builds, but not pull requests)
76
# This should be using python 3.8
77
- run: $GITHUB_WORKSPACE/maybe_upload_build_results ${{ env.OUTPUT_ZIP }}
+ run: |
78
+ source $GITHUB_WORKSPACE/env/bin/activate
79
+ $GITHUB_WORKSPACE/maybe_upload_build_results ${{ env.OUTPUT_ZIP }}
80
81
- name: Check GitHub Pages status
82
if: github.ref == 'refs/heads/master'
0 commit comments