Skip to content

Commit

Permalink
Make the artifact name consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxiao0228 committed Jan 15, 2021
1 parent ff9cfbb commit e58583d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: xcresults-bp-test
name: xcresults-bp-tests
path: build/**/*.xcresult
retention-days: 14
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:
name: xcresults-bp-test
name: xcresults-bp-tests
path: build/**/*.xcresult
retention-days: 14

0 comments on commit e58583d

Please sign in to comment.