mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:43:29 +00:00
fixed shared object suffx for 64bits linux extension
This commit is contained in:
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: x86_64-unknown-linux-gnu
|
||||
- run: mv ./libarmatak.so ./armatak.so
|
||||
- run: mv ./libarmatak.so ./armatak_x64.so
|
||||
- name: Download Android Application Installer
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user