mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-05 00:33:53 +08:00
Pack results
This commit is contained in:
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
@@ -28,10 +28,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod +x compile_linux.sh
|
chmod +x compile_linux.sh
|
||||||
./compile_linux.sh amd64
|
./compile_linux.sh amd64
|
||||||
|
-
|
||||||
|
name: Visualize output
|
||||||
|
run: |
|
||||||
|
ls -a
|
||||||
-
|
-
|
||||||
name: Export artifacts
|
name: Export artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linux-amd64.zip
|
name: linux-amd64.zip
|
||||||
path: |
|
path: |
|
||||||
binary_distrib
|
binary_distrib.tar.gz
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ RUN ./run_linux.sh
|
|||||||
|
|
||||||
#Export built files
|
#Export built files
|
||||||
FROM scratch AS export-stage
|
FROM scratch AS export-stage
|
||||||
COPY --from=stage /jcef/binary_distrib .
|
COPY --from=stage /jcef/binary_distrib.tar.gz .
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -42,4 +42,6 @@ else
|
|||||||
./make_distrib.sh linux32
|
./make_distrib.sh linux32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#Pack binary_distrib
|
||||||
|
cd ..
|
||||||
|
tar -czvf binary_distrib.tar.gz binary_distrib
|
||||||
|
|||||||
Reference in New Issue
Block a user