Skip to content

Commit

Permalink
ci: fix ARM64 artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Mar 26, 2024
1 parent 593a448 commit 76aa446
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Package for MacOS ARM64
path: out/Release_ARM64/libpvpkcs11.dylib
path: out/Release_MACARM64/libpvpkcs11.dylib
windows:
strategy:
matrix:
Expand Down Expand Up @@ -79,6 +79,7 @@ jobs:
path: out/Release_${{ matrix.platform }}/pvpkcs11.dll

create-release:
name: Create Release
needs: [macos, windows]
runs-on: ubuntu-latest
steps:
Expand All @@ -93,7 +94,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Package for MacOS ARM64
path: out/Release_ARM64
path: out/Release_MACARM64
- name: Download artifacts for Windows x86
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 76aa446

Please # to comment.