Skip to content

Commit

Permalink
Correct gekkoboot release name
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent 54f8a47 commit 9d46684
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/10_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
repository: 'redolution/gekkoboot'
latest: true
zipBall: true
fileName: '*.zip'
out-file-path: gekkoboot
extract: true

Expand All @@ -51,7 +51,6 @@ jobs:
cd gekkoboot
pwd
echo ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
unzip ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
ls -la
Expand Down

0 comments on commit 9d46684

Please sign in to comment.