Skip to content

Commit 16cdab7

Browse files
committed
Use correct environment variable
1 parent 463fdfe commit 16cdab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
python -m build --sdist
259259
- uses: actions/upload-artifact@v4
260260
with:
261-
name: "dist-${{ env.RUNNER_OS }}-${{ env.RUNNER-ARCH }}"
261+
name: "dist-${{ runner.os }}-${{ runner.arch }}"
262262
path: "dist/"
263263
- name: Publish package to TestPyPI
264264
# pypa/gh-action-pypi-publish@master does not work on OSX

0 commit comments

Comments
 (0)