Skip to content

Commit

Permalink
ci: fix CALM version, from 0.1.1 to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan authored May 28, 2023
1 parent 4f2fd5f commit 28eb77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pelusica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build
run: |
set -x
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.1/calm.tgz
curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/0.1.2/calm.tgz
mkdir calm
tar xvf calm.tgz --directory=calm
ls -lah calm
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
set -x
export OS_SUBFIX=".${CI_MATRIX_OS}"
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.1/calm${OS_SUBFIX}.dmg
curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/0.1.2/calm${OS_SUBFIX}.dmg
hdiutil attach calm.dmg
cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
ls -lah calm
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: |
set -x
pacman -S --noconfirm --needed unzip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.1/calm.zip
curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/0.1.2/calm.zip
unzip calm.zip -d calm
ls -lah calm
export PATH=$PATH:$(pwd)/calm/
Expand Down

0 comments on commit 28eb77e

Please sign in to comment.