Skip to content

Commit

Permalink
Change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 26, 2024
1 parent 84edcba commit fe98950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: pyqrack-${{ matrix.platform }}
name: Eratosthenes-${{ matrix.platform }}
path: dist/

build_jammy:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: pyqrack-${{ matrix.platform }}
name: Eratosthenes-${{ matrix.platform }}
path: dist/

build_focal:
Expand Down Expand Up @@ -108,6 +108,6 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: pyqrack-${{ matrix.platform }}
name: Eratosthenes-${{ matrix.platform }}
path: dist/

0 comments on commit fe98950

Please sign in to comment.