Skip to content

Commit

Permalink
Add make.stdout/err to artifacts for osx_M
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Nov 11, 2024
1 parent 2cf9d33 commit 6d2ae06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_osx_M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: muscle-osx-m
path: /Users/runner/work/muscle/muscle/bin/muscle
path: |
/Users/runner/work/muscle/muscle/bin/muscle
/Users/runner/work/muscle/muscle/src/make.stdout
/Users/runner/work/muscle/muscle/src/make.stderr

0 comments on commit 6d2ae06

Please sign in to comment.