Skip to content

Commit

Permalink
path fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 30, 2023
1 parent 3984102 commit 121d886
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: matrix.os == 'macos' && matrix.build-type == 'RelWithDebInfo'
uses: actions/upload-artifact@v4
with:
name: DebugSymbols-${{matrix.os}}-${{matrix.arch}}-${{matrix.build-type}}
name: DebugSymbols-${{matrix.os}}-${{matrix.arch}}-${{matrix.build-type}}.dSYM
path: build/Sources/sdmicmute.dSYM
- name: Upload Windows Executable
if: matrix.os == 'windows' && matrix.build-type != 'Debug'
Expand Down Expand Up @@ -121,15 +121,14 @@ jobs:
artifacts/MacOS-arm64-${{matrix.build-type}}/sdmicmute \
artifacts/MacOS-x86_64-${{matrix.build-type}}/sdmicmute \
-output sdmicmute
-output sdmicmute
lipo -create \
artifacts/DebugSymbols-MacOS-arm64-RelWithDebInfo/sdmicmute.DSYM \
artifacts/DebugSymbols-MacOS-x86_64-RelWithDebInfo/sdmicmute.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
with:
name: DebugSymbols-MacOS-RelWithDebInfo
name: sdmicmute.dSYM
path: sdmicmute.dSYM
- name: Copy executables
working-directory: ${{runner.temp}}
Expand All @@ -152,7 +151,7 @@ jobs:
- name: Upload .streamDeckPlugin
uses: actions/upload-artifact@v4
with:
name: ${{matrix.build-type}}-StreamDeckPlugin
name: com.fredemmott.micmutetoggle.streamDeckPlugin
path: com.fredemmott.micmutetoggle.streamDeckPlugin
strategy:
matrix:
Expand Down

0 comments on commit 121d886

Please sign in to comment.