Skip to content

Commit

Permalink
fix copying the libraries in release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Oct 22, 2024
1 parent d224316 commit 9aa1733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ jobs:

- name: Copy x86-64 Linux Shared and Static Libraries to the Root Folder
run: |
mv libs_linux-shared/external/acorn-libs_linux-shared_x86-64.tar.gz .
mv libs_linux-static/external/acorn-libs_linux-static_x86-64.tar.gz .
mv libs_linux-shared/acorn-libs_linux-shared_x86-64.tar.gz .
mv libs_linux-static/acorn-libs_linux-static_x86-64.tar.gz .
- name: Release linux-shared_x86-64 Version of Acorn
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 9aa1733

Please sign in to comment.