Skip to content

Commit

Permalink
Move scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed Mar 16, 2022
1 parent 0a374b4 commit 358764c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install --upgrade poetry
- name: Download Asherah binaries
run: |
./download-libasherah.sh
scripts/download-libasherah.sh
- name: Package and publish with Poetry
run: |
poetry config pypi-token.pypi $PYPI_TOKEN
Expand Down
10 changes: 10 additions & 0 deletions asherah/scripts/download-libasherah.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

rm -rf asherah/libasherah/

wget --content-disposition --directory-prefix asherah/libasherah/ \
https://github.com/godaddy/asherah-cobhan/releases/download/v0.3.1/libasherah-arm64.dylib \
https://github.com/godaddy/asherah-cobhan/releases/download/v0.3.1/libasherah-arm64.so \
https://github.com/godaddy/asherah-cobhan/releases/download/v0.3.1/libasherah-x64.dylib \
https://github.com/godaddy/asherah-cobhan/releases/download/v0.3.1/libasherah-x64.so \
|| exit 1
10 changes: 0 additions & 10 deletions download-libasherah.sh

This file was deleted.

0 comments on commit 358764c

Please sign in to comment.