From b68b0ca5f648a62e26bbf76e5b99c05000f4ac40 Mon Sep 17 00:00:00 2001 From: laviRZ Date: Sun, 30 Oct 2022 20:14:14 +0200 Subject: [PATCH] Rename artifact to jars (#534) --- .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 5ead82484..69635072e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -304,7 +304,7 @@ jobs: # Upload final fat jar as artifact. - uses: actions/upload-artifact@v3 with: - name: jar + name: jars path: photon-server/build/libs - uses: actions/upload-artifact@v3 if: github.event_name != 'pull_request' @@ -330,7 +330,7 @@ jobs: # This *should* pull in fat and pi-only jars - uses: actions/download-artifact@v2 with: - name: jar + name: jars # And the image we made previously - uses: actions/download-artifact@v2