Skip to content

Commit

Permalink
Fix artifacts names for upload
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Dec 18, 2023
1 parent 965b698 commit b40da91
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ jobs:
if: success()
with:
name: linux_release_${{ matrix.type }}_wrapper_${{ github.event.pull_request.head.sha }}
path: samples/wrapper/wrapper
path: samples/wrapper/wrapper*

- name: Upload vboxwrapper artifacts
uses: actions/upload-artifact@v1
if: success()
with:
name: linux_release_${{ matrix.type }}_vboxwrapper_${{ github.event.pull_request.head.sha }}
path: samples/vboxwrapper/vboxwrapper
path: samples/vboxwrapper/vboxwrapper*

build-release-arm64:
name: ${{ matrix.type }}-build-release
Expand Down Expand Up @@ -331,11 +331,4 @@ jobs:
if: success()
with:
name: linux_release_${{ matrix.type }}_wrapper_${{ github.event.pull_request.head.sha }}
path: samples/wrapper/wrapper

- name: Upload vboxwrapper artifacts
uses: actions/upload-artifact@v3
if: success()
with:
name: linux_release_${{ matrix.type }}_vboxwrapper_${{ github.event.pull_request.head.sha }}
path: samples/vboxwrapper/vboxwrapper
path: samples/wrapper/wrapper*

0 comments on commit b40da91

Please sign in to comment.