mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Bundle README
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -390,6 +390,7 @@ jobs:
|
|||||||
cp -r lib c3
|
cp -r lib c3
|
||||||
cp msvc_build_libraries.py c3
|
cp msvc_build_libraries.py c3
|
||||||
cp build/c3c c3
|
cp build/c3c c3
|
||||||
|
cp README.md c3
|
||||||
tar czf c3-linux-${{matrix.build_type}}.tar.gz c3
|
tar czf c3-linux-${{matrix.build_type}}.tar.gz c3
|
||||||
|
|
||||||
- name: upload artifacts
|
- name: upload artifacts
|
||||||
@@ -509,6 +510,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir c3
|
mkdir c3
|
||||||
cp -r lib c3
|
cp -r lib c3
|
||||||
|
cp README.md c3
|
||||||
cp msvc_build_libraries.py c3
|
cp msvc_build_libraries.py c3
|
||||||
cp build/c3c c3
|
cp build/c3c c3
|
||||||
tar czf c3-ubuntu-20-${{matrix.build_type}}.tar.gz c3
|
tar czf c3-ubuntu-20-${{matrix.build_type}}.tar.gz c3
|
||||||
@@ -700,6 +702,7 @@ jobs:
|
|||||||
mkdir macos
|
mkdir macos
|
||||||
cp -r lib macos
|
cp -r lib macos
|
||||||
cp msvc_build_libraries.py macos
|
cp msvc_build_libraries.py macos
|
||||||
|
cp README.md macos
|
||||||
cp build/c3c macos
|
cp build/c3c macos
|
||||||
zip -r c3-macos-${{matrix.build_type}}.zip macos
|
zip -r c3-macos-${{matrix.build_type}}.zip macos
|
||||||
|
|
||||||
@@ -775,6 +778,8 @@ jobs:
|
|||||||
- run: cp -r lib c3-windows-Debug
|
- run: cp -r lib c3-windows-Debug
|
||||||
- run: cp msvc_build_libraries.py c3-windows-Release
|
- run: cp msvc_build_libraries.py c3-windows-Release
|
||||||
- run: cp msvc_build_libraries.py c3-windows-Debug
|
- run: cp msvc_build_libraries.py c3-windows-Debug
|
||||||
|
- run: cp README.md macos c3-windows-Debug
|
||||||
|
- run: cp README.md macos c3-windows-Debug
|
||||||
- run: zip -r c3-windows.zip c3-windows-Release
|
- run: zip -r c3-windows.zip c3-windows-Release
|
||||||
- run: zip -r c3-windows-debug.zip c3-windows-Debug
|
- run: zip -r c3-windows-debug.zip c3-windows-Debug
|
||||||
- run: mv c3-linux-Release/c3-linux-Release.tar.gz c3-linux-Release/c3-linux.tar.gz
|
- run: mv c3-linux-Release/c3-linux-Release.tar.gz c3-linux-Release/c3-linux.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user