Skip to content

Commit

Permalink
Fix release build names
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jun 11, 2024
1 parent 3eae07e commit 9d4a06c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 9d4a06c

Please sign in to comment.