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

Commit 75cafe6

Browse files
Add upload artifact linux
1 parent dc11bd9 commit 75cafe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "github end PYTHON_FOLDER: ${{env.PYTHON_FOLDER}}"
130130
131131
- name: Upload Artifact
132-
if : runner.os == 'macOS'
132+
if : runner.os == 'macOS' || runner.os == 'linux'
133133
uses: actions/upload-artifact@v4
134134
with:
135135
name: ${{env.MODEL_NAME}}-${{ matrix.os }}-${{ matrix.name }}

0 commit comments

Comments
 (0)