Skip to content

Commit

Permalink
Try to fix names for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Jun 11, 2024
1 parent 6e7827d commit 708be64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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: nx-lyve-plugin-${{ matrix.os }}.zip
name: build-${{ matrix.os }}
path: ./nx-lyve-plugin-${{ matrix.os }}.zip
if-no-files-found: error

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

0 comments on commit 708be64

Please sign in to comment.