Skip to content

Commit

Permalink
Fix path for uploading dsyms
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 30, 2023
1 parent 42913e8 commit 5fe33a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdplugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sdmicmute.dSYM
path: sdmicmute.dSYM
path: ${{runner.temp}}/sdmicmute.dSYM
- name: Copy executables
working-directory: ${{runner.temp}}
run: |
Expand Down

0 comments on commit 5fe33a9

Please sign in to comment.