Skip to content

Commit

Permalink
Fix mac artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Dec 3, 2024
1 parent 5e8da44 commit 75753c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-appliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Upload .app artifact
uses: actions/upload-artifact@v4
if: matrix.os == 'mac-latest'
if: matrix.os == 'macos-latest'
with:
name: "BBB-RoomMediaConnector.app"
path: appliance-application/dist/*.app

0 comments on commit 75753c7

Please sign in to comment.