mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-18 01:09:20 +02:00
refresh stats after backup, stale CI check in skill
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user