Skip to content

Commit 6213b2b

Browse files
authored
Fix action name (#31)
1 parent 306cb15 commit 6213b2b

3 files changed

Lines changed: 40 additions & 52 deletions

File tree

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188

189189
- name: 'Upload release artifacts with retry'
190190
if: ${{ github.event_name == 'release' }}
191-
uses: nick-fields/retry-action@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
191+
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
192192
with:
193193
timeout_minutes: 5
194194
max_attempts: 10

Cargo.lock

Lines changed: 38 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/postinstall_cmd.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,7 @@ use crate::helpers::{
1616
};
1717

1818
use anyhow::{anyhow, bail};
19-
use std::{
20-
collections::HashSet,
21-
env, fs,
22-
path::{Path, PathBuf},
23-
process,
24-
};
19+
use std::{collections::HashSet, env, path::PathBuf, process};
2520

2621
pub async fn do_postinstall(
2722
record_hostinfo: bool,

0 commit comments

Comments
 (0)