mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-23 21:00:54 +00:00
delete secrets artifact, update readme
This commit is contained in:
11
.github/workflows/generator-linux.yml
vendored
11
.github/workflows/generator-linux.yml
vendored
@@ -914,3 +914,14 @@ jobs:
|
||||
continue-on-error: true
|
||||
with:
|
||||
name: ${{ env.filename }}-*.deb
|
||||
|
||||
cleanup:
|
||||
needs: [build-rustdesk-linux,build-flatpak,build-appimage,deploy]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user