From 56946f5af26e5f42505442016d85fca55b05f0b6 Mon Sep 17 00:00:00 2001 From: Jules P?nuchot Date: Tue, 18 Jul 2023 17:54:15 +0200 Subject: [PATCH] build result upload name conflict fixed --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cca9d37..39d8e77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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/