refresh stats after backup, stale CI check in skill

This commit is contained in:
2026-06-09 22:06:20 +02:00
parent 26720269d6
commit 8a8c0b408c
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
upload-assets: true
upload-assets: false
release:
needs: [build, provenance]
+1
View File
@@ -35,6 +35,7 @@ Before signing a release tag:
After CI completes:
- [ ] Check CI runs: two runs (force-push + tag) is normal; three or more means a stale orphan from a previous cycle — cancel or ignore the orphan
- [ ] Download draft binaries from the releases page
- [ ] Test on target platform — basic workflow, key features
- [ ] Click **Publish release** on the hosting platform when satisfied
+1
View File
@@ -918,6 +918,7 @@ fn action_create_backup<B: Backend>(terminal: &mut Terminal<B>, app: &mut App) -
ok_dialog(terminal, app, "Backup Failed", &msg)?;
}
}
refresh_stats(&mut app.tui_state, app.save_folder.as_deref());
Ok(())
}