From 708be64635ae6a6bb1f341ce46c6c731617556e6 Mon Sep 17 00:00:00 2001 From: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:01:05 -0600 Subject: [PATCH] Try to fix names for release --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c34a406..e3c51f0 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: nx-lyve-plugin-${{ matrix.os }}.zip + name: build-${{ matrix.os }} path: ./nx-lyve-plugin-${{ matrix.os }}.zip if-no-files-found: error @@ -64,8 +64,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: files: | - /home/runner/work/nx-lyve-cloud-plugin/nx-lyve-cloud-plugin/nx-lyve-plugin-ubuntu-22-04.zip - /home/runner/work/nx-lyve-cloud-plugin/nx-lyve-cloud-plugin/nx-lyve-plugin-ubuntu-20-04.zip + build-ubuntu-22.04/nx-lyve-plugin-ubuntu-22-04.zip + build-ubuntu-22.04/nx-lyve-plugin-ubuntu-20-04.zip