Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 1469d4c

Browse files
committed
Fix typo in nightly branch ref (#1783)
1 parent e3819d1 commit 1469d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-m1-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
conda env remove -p ${ENV_NAME}
7272
- name: Upload wheel to GitHub
7373
if:
74-
${{ github.event_name == 'push' && (github.event.ref == 'ref/heads/nightly' || startsWith(github.event.ref,
74+
${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref,
7575
'refs/tags/')) }}
7676
uses: actions/upload-artifact@v3
7777
with:
7878
name: torchtext-py${{ matrix.py_vers }}-macos11-m1
7979
path: dist/
8080
- name: Upload wheel to S3
8181
if:
82-
${{ github.event_name == 'push' && (github.event.ref == 'ref/heads/nightly' || startsWith(github.event.ref,
82+
${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref,
8383
'refs/tags/')) }}
8484
shell: arch -arch arm64 bash {0}
8585
env:

0 commit comments

Comments
 (0)