Skip to content

Commit

Permalink
try to fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Aug 17, 2024
1 parent effcf25 commit bbb7b3c
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 93 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Compile cli for artifact
id: compile_cli
uses: rust-build/[email protected].4
uses: rust-build/[email protected].5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -44,7 +44,7 @@ jobs:
${{ steps.compile_cli.outputs.BUILT_CHECKSUM }}
- name: Compile and release cli
uses: rust-build/[email protected].4
uses: rust-build/[email protected].5
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit bbb7b3c

Please sign in to comment.