mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
Concrete v0.11.0
This commit is contained in:
parent
0224e48ec8
commit
fdc7976586
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: |
|
||||
|
@ -40,7 +40,7 @@ dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("libs") {
|
||||
version("versions-plugin", "0.45.0")
|
||||
version("concrete", "0.10.0")
|
||||
version("concrete", "0.11.0")
|
||||
|
||||
plugin("versions", "com.github.ben-manes.versions").versionRef("versions-plugin")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user