Skip to content

Commit

Permalink
fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
kulukami committed Aug 18, 2023
1 parent dd0028f commit 85d227b
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: libclamav_linux_vcpkg_x64
path: libclamav_linux_vcpkg_x64.zip
path: ./output/*

build_vcpkg_linux_arm64:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: libclamav_osx_vcpkg_x64
path: libclamav_osx_vcpkg_x64.zip
path: output/*

build_vcpkg_osx_arm64:
runs-on: macos-latest
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: libclamav_win_vcpkg_x64
path: libclamav_win_vcpkg_x64.zip
path: output/*

build_vcpkg_win_arm64:
runs-on: windows-latest
Expand Down

0 comments on commit 85d227b

Please sign in to comment.