File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
7070 conda run --cwd /tmp -p ${ENV_NAME} python3 -c "import torch;import torchaudio;torchaudio.set_audio_backend('sox_io')"
7171 conda env remove -p ${ENV_NAME}
7272 - name : Upload wheel to GitHub
73- if : ${{ github.event_name == 'push' && (github.event.ref == 'ref /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
73+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
7474 uses : actions/upload-artifact@v3
7575 with :
7676 name : torchaudio-py${{ matrix.py_vers }}-macos11-m1
7777 path : dist/
7878 - name : Upload wheel to S3
79- if : ${{ github.event_name == 'push' && (github.event.ref == 'ref /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
79+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs /heads/nightly' || startsWith(github.event.ref, 'refs/tags/')) }}
8080 shell : arch -arch arm64 bash {0}
8181 env :
8282 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
You can’t perform that action at this time.
0 commit comments