mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Fix artifact names.
This commit is contained in:
parent
634e486e2e
commit
7d040c8dd8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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/*
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user