Test artifact uploading
This commit is contained in:
parent
217f9dd285
commit
782688e27f
1 changed files with 5 additions and 4 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -106,7 +106,8 @@ jobs:
|
||||||
- name: output native lib directory
|
- name: output native lib directory
|
||||||
run: "ls -la Raylib-cs/runtimes/linux-x64/native/"
|
run: "ls -la Raylib-cs/runtimes/linux-x64/native/"
|
||||||
|
|
||||||
|
- name: 'Upload runtimes'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: runtimes
|
||||||
|
path: Raylib-cs/runtimes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue