Fix artifact names.

This commit is contained in:
2023-02-05 19:18:17 -08:00
parent 634e486e2e
commit 7d040c8dd8
2 changed files with 2 additions and 2 deletions

View File

@ -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/*

View File

@ -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/*