Skip to content

Commit

Permalink
Update artifact names for macOS and Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Apr 1, 2024
1 parent 0bb212a commit 1d5c0d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: "Upload artifact"
uses: "actions/upload-artifact@v4"
with:
name: "opencv-macos-${{ matrix.config }}"
name: "whispercpp-macos-${{ matrix.architecture }}"
path: "release/*.tar.gz"

BuildLinux:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- uses: "actions/upload-artifact@v4"
with:
name: "opencv-linux-${{ matrix.config }}"
name: "whispercpp-linux-${{ matrix.config }}"
path: "release/*.tar.gz"

BuildWindows:
Expand Down

0 comments on commit 1d5c0d3

Please sign in to comment.