Fix artifact names.

This commit is contained in:
Alex Zenla 2023-02-05 19:18:17 -08:00
parent 634e486e2e
commit 7d040c8dd8
Signed by: alex
GPG Key ID: C0780728420EBFE5
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ jobs:
run: ./tools/organize-artifacts.sh
- uses: actions/upload-artifact@v3
with:
name: foundation-build.zip
name: foundation-build
path: |
artifacts/*

View File

@ -30,6 +30,6 @@ jobs:
ARTIFACTS_BUCKET: "${{ secrets.ARTIFACTS_BUCKET }}"
- uses: actions/upload-artifact@v3
with:
name: foundation-build.zip
name: foundation-build
path: |
artifacts/*