Skip to content

Commit

Permalink
capitalization bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 30, 2023
1 parent 5632cb7 commit 3b83c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdplugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
artifacts/MacOS-x86_64-RelWithDebInfo/sdmicmute \
-output sdmicmute
lipo -create \
artifacts/DebugSymbols-MacOS-arm64-RelWithDebInfo.dSYM \
artifacts/DebugSymbols-MacOS-x86_64-RelWithDebInfo.dSYM \
artifacts/DebugSymbols-macos-arm64-RelWithDebInfo.dSYM \
artifacts/DebugSymbols-macos-x86_64-RelWithDebInfo.dSYM \
-output sdmicmute.dSYM
- name: Upload MacOS debug symbols
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3b83c4b

Please sign in to comment.