From 9d4a06c8295dac2094dab41c5ac6f90c98c338f7 Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:20:53 -0600 Subject: [PATCH] Fix release build names --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26dc7e9..ac055da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: Archive production artifacts Ubuntu uses: actions/upload-artifact@v4 with: - name: build-${{ matrix.os }} + name: nx-lyve-plugin-${{ matrix.os }}.zip path: ./nx-lyve-plugin-${{ matrix.os }}.zip if-no-files-found: error @@ -67,5 +67,5 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: | - ./build-ubuntu-22.04/nx-lyve-plugin-ubuntu-22-04.zip - ./build-ubuntu-20.04/nx-lyve-plugin-ubuntu-20-04.zip + ./nx-lyve-plugin-ubuntu-22-04.zip + ./nx-lyve-plugin-ubuntu-20-04.zip