Skip to content

Commit

Permalink
fixes names of uploaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Nov 4, 2024
1 parent 230fd55 commit 1037ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Upload Compose Reports
uses: actions/upload-artifact@v4
with:
name: Build Reports
name: Compose Reports
path: amethyst/build/compose_compiler

- name: Tests
Expand All @@ -66,6 +66,6 @@ jobs:
- name: Upload Test Results
uses: actions/upload-artifact@v4
with:
name: Build Reports
name: Test Reports
path: amethyst/build/reports

0 comments on commit 1037ab3

Please sign in to comment.