Skip to content

Commit 111b59b

Browse files
Fixup file name
1 parent da28595 commit 111b59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copy-staging-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- env:
1515
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_NOETIC_ANACONDA_API_TOKEN }}
1616
run: |
17-
python copy-to-distro-specific-channels.py noetic 2025-01-01
17+
python copy-to-distro-specific-channel.py noetic 2025-01-01
1818
shell: pixi run bash -e {0}
1919

2020
copy-packages-humble:
@@ -25,5 +25,5 @@ jobs:
2525
- env:
2626
ANACONDA_API_TOKEN: ${{ secrets.ROBOSTACK_HUMBLE_ANACONDA_API_TOKEN }}
2727
run: |
28-
python copy-to-distro-specific-channels.py humble 2025-01-01
28+
python copy-to-distro-specific-channel.py humble 2025-01-01
2929
shell: pixi run bash -e {0}

0 commit comments

Comments
 (0)