mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20: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
|
arguments: build check
|
||||||
- name: Organize Artifacts
|
- name: Organize Artifacts
|
||||||
run: ./tools/organize-artifacts.sh
|
run: ./tools/organize-artifacts.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: foundation-build
|
name: foundation-build
|
||||||
path: |
|
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_KEY_ID: "${{ secrets.ARTIFACTS_KEY_ID }}"
|
||||||
ARTIFACTS_APP_KEY: "${{ secrets.ARTIFACTS_APP_KEY }}"
|
ARTIFACTS_APP_KEY: "${{ secrets.ARTIFACTS_APP_KEY }}"
|
||||||
ARTIFACTS_BUCKET: "${{ secrets.ARTIFACTS_BUCKET }}"
|
ARTIFACTS_BUCKET: "${{ secrets.ARTIFACTS_BUCKET }}"
|
||||||
- uses: actions/upload-artifact@v3
|
- name: Upload Artifacts
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: foundation-build
|
name: foundation-build
|
||||||
path: |
|
path: |
|
||||||
|
@ -40,7 +40,7 @@ dependencyResolutionManagement {
|
|||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
create("libs") {
|
create("libs") {
|
||||||
version("versions-plugin", "0.45.0")
|
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")
|
plugin("versions", "com.github.ben-manes.versions").versionRef("versions-plugin")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user