Skip to content

Commit

Permalink
Incrementally setting up github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tilkinsc committed Jun 7, 2023
1 parent 535227e commit 54b4877
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:
run: ./test_cpp
- name: Migrate binaries
run: |
mkdir linux-binaries
mv *.{a,so} linux-binaries
7z a linux-binaries.7z linux-binaries
mkdir output
mv linux-binaries.7z output
7z a linux-binaries.7z *.{a,so}
- uses: actions/upload-artifact@v2
name: upload binaries
with:
name: Linux Binaries
path: output
path: linux-binaries.7z

0 comments on commit 54b4877

Please sign in to comment.