Skip to content

Commit

Permalink
[ci] create library zip separately
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 8, 2024
1 parent 9b522a9 commit 052551d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ jobs:
name: CEdev-${{runner.os}}
path: CEdev-${{runner.os}}.${{matrix.install-output-ext}}

- name: Create Libraries Zip
if: runner.os == 'Linux'
run: cd ${{env.TOOLCHAIN_PATH}} && zip -r9 clibs_separately_in_zip.zip clibs/

- name: Upload Libraries
if: runner.os == 'Linux'
uses: actions/upload-artifact@v4
Expand All @@ -205,7 +209,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: clibs_separately_in_zip
path: ${{github.workspace}}/toolchain/clibs
path: ${{github.workspace}}/toolchain/clibs_separately_in_zip.zip

test:
needs: build
Expand Down

0 comments on commit 052551d

Please sign in to comment.