mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 05:30:55 +00:00
Fix artifact names.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,6 +19,6 @@ jobs:
|
|||||||
run: ./tools/organize-artifacts.sh
|
run: ./tools/organize-artifacts.sh
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: foundation-build.zip
|
name: foundation-build
|
||||||
path: |
|
path: |
|
||||||
artifacts/*
|
artifacts/*
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -30,6 +30,6 @@ jobs:
|
|||||||
ARTIFACTS_BUCKET: "${{ secrets.ARTIFACTS_BUCKET }}"
|
ARTIFACTS_BUCKET: "${{ secrets.ARTIFACTS_BUCKET }}"
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: foundation-build.zip
|
name: foundation-build
|
||||||
path: |
|
path: |
|
||||||
artifacts/*
|
artifacts/*
|
||||||
|
Reference in New Issue
Block a user