Skip to content

Commit 8a51c9a

Browse files
Fix artifact names
1 parent 6cec393 commit 8a51c9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
- name: Upload Artifacts
181181
uses: actions/upload-artifact@v4
182182
with:
183-
name: pyqrack-${{ matrix.platform }}
183+
name: FindAFactor-${{ matrix.platform }}
184184
path: dist/
185185

186186
build_mac_14:
@@ -213,7 +213,7 @@ jobs:
213213
- name: Upload Artifacts
214214
uses: actions/upload-artifact@v4
215215
with:
216-
name: pyqrack-${{ matrix.platform }}
216+
name: FindAFactor-${{ matrix.platform }}
217217
path: dist/
218218

219219
build_mac_13:
@@ -246,5 +246,5 @@ jobs:
246246
- name: Upload Artifacts
247247
uses: actions/upload-artifact@v4
248248
with:
249-
name: pyqrack-${{ matrix.platform }}
249+
name: FindAFactor-${{ matrix.platform }}
250250
path: dist/

0 commit comments

Comments
 (0)