Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
CI: Include COPYING texts in the archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mbitsnbites committed Nov 26, 2021
1 parent 0351a19 commit 4be6af3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
- name: Build Toolchain
run: |
./build-in-docker.sh
- name: Create archive
run: |
mv out/install mrisc32-gnu-toolchain
cp ext/binutils-mrisc32/COPYING* mrisc32-gnu-toolchain/
cp ext/newlib-mrisc32/COPYING* mrisc32-gnu-toolchain/
cp ext/gcc-mrisc32/COPYING* mrisc32-gnu-toolchain/
tar -cvzf mrisc32-gnu-toolchain-linux-amd64.tar.gz mrisc32-gnu-toolchain
- name: Upload
Expand Down

0 comments on commit 4be6af3

Please sign in to comment.