Skip to content

Commit

Permalink
#0: tar artifact to preserve permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Mar 12, 2024
1 parent 4954704 commit aa16b54
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Build tt-metal and libs
run: |
make build PYTHON_ENV=$HOME/python_env
- uses: actions/upload-artifact@v4
- name: 'Tar files'
run: tar -cvf ttm.tar build/hw build/lib tt_eager/tt_lib/*.so ttnn/ttnn/*.so
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: TTMetal_build_${{ matrix.arch }}
path: |
build/hw
build/lib
tt_eager/tt_lib/*.so
ttnn/ttnn/*.so
path: ttm.tar

0 comments on commit aa16b54

Please sign in to comment.