mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Concrete v0.11.0
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -17,7 +17,8 @@ jobs:
|
||||
arguments: build check
|
||||
- name: Organize Artifacts
|
||||
run: ./tools/organize-artifacts.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: foundation-build
|
||||
path: |
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -28,7 +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
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: foundation-build
|
||||
path: |
|
||||
|
Reference in New Issue
Block a user