Skip to content

Commit

Permalink
build result upload name conflict fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Jul 18, 2023
1 parent a77be64 commit 56946f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: ./.github/actions/run-tests-archlinux
- uses: actions/upload-artifact@v3
with:
name: build_result
name: archlinux-build-result
path: example/build/

ubuntu-testing:
Expand All @@ -29,5 +29,5 @@ jobs:
uses: ./.github/actions/run-tests-ubuntu
- uses: actions/upload-artifact@v3
with:
name: build_result
name: ubuntu-build-result
path: example/build/

0 comments on commit 56946f5

Please sign in to comment.