mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-14 05:03:44 +08:00
Attempt artifact export
This commit is contained in:
7
.github/workflows/build-linux.yml
vendored
7
.github/workflows/build-linux.yml
vendored
@@ -28,3 +28,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod +x compile_linux.sh
|
chmod +x compile_linux.sh
|
||||||
./compile_linux.sh amd64
|
./compile_linux.sh amd64
|
||||||
|
-
|
||||||
|
name: Export artifacts
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: linux-amd64.zip
|
||||||
|
path: |
|
||||||
|
binary_distrib
|
||||||
|
|||||||
Reference in New Issue
Block a user