Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asivery committed Dec 6, 2024
1 parent 310e0c1 commit a2b7bc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
apt-get install -y zip
ln -rs /opt/codex/ferrari/* ~/Tools/remarkable-toolchain
cd scripts
bash make_all
mkdir output
find ../ -iname "*.so" -exec mv "{}" "output/" \;
bash build_all.sh
cd output
zip ../extensions.zip *
Expand Down

0 comments on commit a2b7bc9

Please sign in to comment.