Skip to content

Commit

Permalink
Add workflow_dispatch to npm-build-package action and store Android b…
Browse files Browse the repository at this point in the history
…uild artifacts
  • Loading branch information
kmagiera committed Jan 14, 2022
1 parent 244bc55 commit be43520
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-npm-package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build npm package

on:
workflow_dispatch:
schedule:
- cron: '0 12 */1 * *'

Expand Down Expand Up @@ -33,3 +34,10 @@ jobs:
with:
name: react-native-reanimated-2.0.0-alpha.tgz
path: '*.tgz'

- name: Upload Android build folder
uses: actions/upload-artifact@v2
with:
name: android-build-output
path: android/build/
retention-days: 5

0 comments on commit be43520

Please sign in to comment.