Skip to content

Commit

Permalink
add kernel version in artifact name for mainline workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Sep 17, 2023
1 parent 903ca75 commit 5aa9501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Upload server image
uses: actions/upload-artifact@v3
with:
name: ubuntu-22.04.3-preinstalled-server-arm64-${{ matrix.platform }}-mainline
name: ubuntu-22.04.3-preinstalled-server-arm64-${{ matrix.platform }}-6.5.0
path: ./images/ubuntu-22.04.3-preinstalled-server-arm64-${{ matrix.platform }}.*
if-no-files-found: error

Expand Down

0 comments on commit 5aa9501

Please sign in to comment.