Skip to content

Commit

Permalink
[ci] trigger library release on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 8, 2024
1 parent 897e5e9 commit 9b522a9
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,11 @@ jobs:
with:
name: clibs
path: ${{github.workspace}}
- name: Download Libraries Zip
uses: actions/download-artifact@v4
with:
name: clibs_separately_in_zip
path: ${{github.workspace}}
- name: Download Built examples
uses: actions/download-artifact@v4
with:
Expand All @@ -405,7 +410,6 @@ jobs:
mv CEdev-Linux.tar.gz CEdev-Linux-nightly.tar.gz
mv CEdev-Windows.zip CEdev-Windows-nightly.zip
mv CEdev-macOS.dmg CEdev-macOS-nightly.dmg
mv clibs.8xg clibs-nightly.8xg
mv built-examples.zip built-examples-nightly.zip
- name: Update nightly release
Expand All @@ -418,5 +422,14 @@ jobs:
CEdev-Linux-nightly.tar.gz
CEdev-Windows-nightly.zip
CEdev-macOS-nightly.dmg
clibs-nightly.8xg
clibs.8xg
clibs_separately_in_zip.zip
built-examples-nightly.zip
- name: Dispatch libraries repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.CI_PAT_CLIBS_NIGHTLTY }}
repository: CE-Programming/libraries
event-type: ci-clibs-nightly

0 comments on commit 9b522a9

Please sign in to comment.