mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Upload Artifacts
This commit is contained in:
parent
c77e975a31
commit
634e486e2e
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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/*
|
||||
|
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user