From b448f6c19ad132bd4abca8e80eb2daaf7406aef3 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Fri, 3 Jul 2020 20:47:22 +1000 Subject: [PATCH] Fix Python workflow --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fd68fef..bfe3bb2 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -67,7 +67,7 @@ jobs: # Convert dots to underscores in Python version as Python uses dots to represent import hierarchy. run: | b2 authorize-account ${{ secrets.CICD_CLI_B2_KEY_ID }} ${{ secrets.CICD_CLI_B2_APPLICATION_KEY }} - b2 upload-file --contentType ${{ matrix.MIME }} ${{ secrets.CICD_CLI_B2_BUCKET_NAME }} ./python/target/release/${{ matrix.LIBFILE }} hyperbuild/bin/python/${{ steps.version.outputs.VERSION }}/${{ steps.native_file.outputs.NAME }} + b2 upload-file ${{ secrets.CICD_CLI_B2_BUCKET_NAME }} ./python/target/release/${{ matrix.LIBFILE }} hyperbuild/bin/python/${{ steps.version.outputs.VERSION }}/${{ steps.native_file.outputs.NAME }} package: runs-on: ubuntu-latest needs: build