Skip to content

Commit a8fe3cd

Browse files
authored
Rename artifact for Linux aarch build to 'linuxaarchbuild'
1 parent 72ab8f9 commit a8fe3cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Upload Linux ${{ matrix.python-version }} Wheel
200200
uses: actions/upload-artifact@v4
201201
with:
202-
name: linuxbuild${{ matrix.python-version }}
202+
name: linuxaarchbuild${{ matrix.python-version }}
203203
path: ${{ github.workspace }}/dist/*.whl
204204
overwrite: true
205205

0 commit comments

Comments
 (0)