Skip to content

Commit

Permalink
Rename artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Jul 31, 2023
1 parent f005090 commit 89d3fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: anisette-server-x86_64
name: anisette-server-macOS-x86_64
path: |
${{github.workspace}}/bin/anisette-server-macOS-x86_64
Expand Down Expand Up @@ -118,6 +118,6 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: anisette-server-arm64
name: anisette-server-macOS-arm64
path: |
${{github.workspace}}/bin/anisette-server-macOS-arm64

0 comments on commit 89d3fa2

Please sign in to comment.