mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-28 13:56:54 +02:00
fixes names of uploaded files
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Upload Compose Reports
|
- name: Upload Compose Reports
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Build Reports
|
name: Compose Reports
|
||||||
path: amethyst/build/compose_compiler
|
path: amethyst/build/compose_compiler
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
@@ -66,6 +66,6 @@ jobs:
|
|||||||
- name: Upload Test Results
|
- name: Upload Test Results
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Build Reports
|
name: Test Reports
|
||||||
path: amethyst/build/reports
|
path: amethyst/build/reports
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user