mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-24 16:06:37 +08:00
Attempt artifact export
This commit is contained in:
parent
420c25e236
commit
7d4e0f1f68
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
|
||||||
|
Loading…
Reference in New Issue
Block a user