Skip to content

Commit afea056

Browse files
committed
every package manager sucks
1 parent aa63caf commit afea056

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/demo.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v4
5454

5555
- name: Install Atmos
56-
uses: jaxxstorm/action-install-gh-release@v1.11.0
56+
uses: jaxxstorm/action-install-gh-release@v2.10.0
5757
with:
5858
repo: cloudposse/atmos
5959
tag: ${{ needs.prepare.outputs.version }}
@@ -167,7 +167,7 @@ jobs:
167167
terraform_wrapper: false
168168

169169
- name: Install Atmos
170-
uses: jaxxstorm/action-install-gh-release@v1.11.0
170+
uses: jaxxstorm/action-install-gh-release@v2.10.0
171171
with:
172172
repo: cloudposse/atmos
173173
tag: ${{ needs.prepare.outputs.version }}
@@ -176,16 +176,17 @@ jobs:
176176
rename-to: atmos
177177

178178
- name: Install TTYD
179-
uses: jaxxstorm/action-install-gh-release@v1.11.0
179+
uses: jaxxstorm/action-install-gh-release@v2.10.0
180180
with:
181181
repo: tsl0922/ttyd
182182
tag: 1.7.7
183183
chmod: 0755
184+
asset-name: ttyd.x86_64
184185
extension-matching: disable
185186
rename-to: ttyd
186187

187188
- name: Install VHS
188-
uses: jaxxstorm/action-install-gh-release@v1.11.0
189+
uses: jaxxstorm/action-install-gh-release@v2.10.0
189190
with:
190191
repo: charmbracelet/vhs
191192
tag: v0.9.0

0 commit comments

Comments
 (0)