Skip to content

Commit 2614b04

Browse files
release clibs for nightly builds
Signed-off-by: mateoconlechuga <matthewwaltzis@gmail.com>
1 parent 637d365 commit 2614b04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/make.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,17 @@ jobs:
357357
with:
358358
name: CEdev-Windows
359359
path: ${{github.workspace}}
360+
- name: Download CE Libraries
361+
uses: actions/download-artifact@v2
362+
with:
363+
name: clibs
364+
path: ${{github.workspace}}
360365

361366
- name: Rename Artifacts
362367
run: |
363368
mv CEdev-Linux.tar.gz CEdev-Linux-nightly.tar.gz
364369
mv CEdev-Windows.zip CEdev-Windows-nightly.zip
370+
mv clibs.8xg clibs-nightly.8xg
365371
366372
- name: Update nightly release
367373
uses: pyTooling/Actions/releaser@main
@@ -372,3 +378,4 @@ jobs:
372378
files: |
373379
CEdev-Linux-nightly.tar.gz
374380
CEdev-Windows-nightly.zip
381+
clibs-nightly.8xg

0 commit comments

Comments
 (0)