Skip to content

Commit

Permalink
fix: ci; release for lazygit 0.42.0
Browse files Browse the repository at this point in the history
* ci: fix release pipeline

Release-As: 2.2.0
  • Loading branch information
nullishamy committed May 19, 2024
1 parent da1cfa8 commit 49916ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}

- run: |
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v1.1.4/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
curl -fsSL https://github.com/catppuccin/toolbox/releases/download/whiskers-v2.1.0/whiskers-x86_64-unknown-linux-gnu -o $RUNNER_TEMP/whiskers
chmod +x $RUNNER_TEMP/whiskers
echo $RUNNER_TEMP >> $GITHUB_PATH
if: ${{ steps.release.outputs.release_created }}
Expand Down
76 changes: 8 additions & 68 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49916ac

Please sign in to comment.