Skip to content

Commit

Permalink
ci: Update CLI to use Github Release binaries (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachelrath authored Feb 1, 2024
1 parent a007009 commit f7bc1a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
shell: bash
run: |
# Symlink the Uesio CLI for subsequent use
wget -q https://docs.ues.io/site/files/uesio/docs/v1.1.3/clilinux
chmod +x clilinux
sudo ln -s $PWD/clilinux /usr/local/bin/uesio
wget -q https://github.com/ues-io/uesio/releases/download/v0.5.5/uesio-linux
chmod +x uesio-linux
sudo ln -s $PWD/uesio-linux /usr/local/bin/uesio
- name: npm install
shell: bash
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
shell: bash
run: |
# Symlink the Uesio CLI for subsequent use
wget -q https://docs.ues.io/site/files/uesio/docs/v1.1.3/clilinux
chmod +x clilinux
sudo ln -s $PWD/clilinux /usr/local/bin/uesio
wget -q https://github.com/ues-io/uesio/releases/download/v0.5.5/uesio-linux
chmod +x uesio-linux
sudo ln -s $PWD/uesio-linux /usr/local/bin/uesio
- name: npm install
shell: bash
run: npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/patch_build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
shell: bash
run: |
# Symlink the Uesio CLI for subsequent use
wget -q https://docs.ues.io/site/files/uesio/docs/v1.1.3/clilinux
chmod +x clilinux
sudo ln -s $PWD/clilinux /usr/local/bin/uesio
wget -q https://github.com/ues-io/uesio/releases/download/v0.5.5/uesio-linux
chmod +x uesio-linux
sudo ln -s $PWD/uesio-linux /usr/local/bin/uesio
- name: NPM install top level
shell: bash
run: npm ci
Expand Down

0 comments on commit f7bc1a6

Please sign in to comment.