File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
working-directory : ./Spring/afterwards
21
21
run : |
22
22
set -x
23
- curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1 /calm.tgz
23
+ curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.2 /calm.tgz
24
24
mkdir calm
25
25
tar xvf calm.tgz
26
26
ls -lah calm
56
56
working-directory : ./Spring/afterwards
57
57
run : |
58
58
set -x
59
- curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1 /calm.tgz
59
+ curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.2 /calm.tgz
60
60
mkdir calm
61
61
tar xvf calm.tgz
62
62
ls -lah calm
90
90
run : |
91
91
set -x
92
92
export OS_SUBFIX=".${CI_MATRIX_OS}"
93
- curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.1 /calm${OS_SUBFIX}.dmg
93
+ curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.2 /calm${OS_SUBFIX}.dmg
94
94
hdiutil attach calm.dmg
95
95
cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm
96
96
ls -lah calm
@@ -124,7 +124,7 @@ jobs:
124
124
run : |
125
125
set -x
126
126
pacman -S --noconfirm --needed unzip
127
- curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.1 /calm.zip
127
+ curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.2 /calm.zip
128
128
unzip calm.zip
129
129
ls -lah calm
130
130
export PATH=$PATH:$(pwd)/calm/
You can’t perform that action at this time.
0 commit comments