delete secrets artifact, update readme

This commit is contained in:
Bryan Gerlach
2026-02-11 22:57:32 -06:00
parent 19bab19ab5
commit 7ca5a67d6c
6 changed files with 80 additions and 16 deletions

View File

@@ -506,3 +506,14 @@ jobs:
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '{"uuid": "${{ env.uuid }}", "status": "Generation cancelled, try again"}'
cleanup:
needs: [build-for-windows-sciter]
runs-on: ubuntu-latest
continue-on-error: true
if: always()
steps:
- name: Delete secrets artifact
uses: geekyeggo/delete-artifact@v5
with:
name: encrypted-secrets-zip