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