Upload Artifacts

This commit is contained in:
Alex Zenla 2023-02-05 19:14:43 -08:00
parent c77e975a31
commit 634e486e2e
Signed by: alex
GPG Key ID: C0780728420EBFE5
2 changed files with 12 additions and 0 deletions

View File

@ -15,3 +15,10 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: build check
- name: Organize Artifacts
run: ./tools/organize-artifacts.sh
- uses: actions/upload-artifact@v3
with:
name: foundation-build.zip
path: |
artifacts/*

View File

@ -28,3 +28,8 @@ jobs:
ARTIFACTS_KEY_ID: "${{ secrets.ARTIFACTS_KEY_ID }}"
ARTIFACTS_APP_KEY: "${{ secrets.ARTIFACTS_APP_KEY }}"
ARTIFACTS_BUCKET: "${{ secrets.ARTIFACTS_BUCKET }}"
- uses: actions/upload-artifact@v3
with:
name: foundation-build.zip
path: |
artifacts/*