Skip to content

Commit

Permalink
ci: fix binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed May 17, 2024
1 parent 4c3c314 commit bce4499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-branch-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: |
SANITIZED_HEAD_REF=${{ github.head_ref || github.ref }}
SANITIZED_HEAD_REF=$(echo "$SANITIZED_HEAD_REF" | sed 's|refs/heads/||; s|/|_|g')
./build/delete_snapshot "$SANITIZED_HEAD_REF"
./build/delete-snapshot "$SANITIZED_HEAD_REF"

0 comments on commit bce4499

Please sign in to comment.