Skip to content

Commit

Permalink
fix(packages): fix installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
morteza-jamali committed Aug 3, 2022
1 parent 5b3045f commit e337ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Compress files
run: |
cp ./packages/cli/bpm .
cp ./packages/cli/bin/bpm .
zip bpm-${{ steps.get_version.outputs.tag }}.zip ./bpm
- name: Release archives
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion packages/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install() {
local TMP_PATH=$(mktemp -d)

cd $TMP_PATH
curl -#LO https://github.com/morajlab/bpm/releases/download/v0.0.1-alpha.4/bpm-v0.0.1-alpha.4.zip
curl -#LO https://github.com/morajlab/bpm/releases/download/v0.0.1-alpha.4/bpm-v0.0.1-alpha.5.zip
unzip bpm-v0.0.1-alpha.4.zip
mkdir -p $INSTALL_PATH
cp -r bpm $INSTALL_PATH/
Expand Down

0 comments on commit e337ea3

Please sign in to comment.