mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-11 01:20:16 +02:00
Update release.yml
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -9,9 +9,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
#- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: subosito/flutter-action@v2
|
#- uses: subosito/flutter-action@v2
|
||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
id: import_pgp_key
|
id: import_pgp_key
|
||||||
@@ -22,9 +22,9 @@ jobs:
|
|||||||
- name: Temp
|
- name: Temp
|
||||||
run: |
|
run: |
|
||||||
PGP_KEY_FINGERPRINT="${{ steps.import_pgp_key.outputs.fingerprint }}"
|
PGP_KEY_FINGERPRINT="${{ steps.import_pgp_key.outputs.fingerprint }}"
|
||||||
export GPG_TTY=$(tty)
|
# export GPG_TTY=$(tty)
|
||||||
echo 'abc' > ./abc
|
echo 'abc' > ./abc
|
||||||
gpg --sign --detach-sig ./abc
|
gpg --batch --sign --detach-sig --pinentry-mode loopback ./abc
|
||||||
gpg --batch --yes --delete-secret-keys "$PGP_KEY_FINGERPRINT"
|
gpg --batch --yes --delete-secret-keys "$PGP_KEY_FINGERPRINT"
|
||||||
gpg --batch --yes --delete-keys "$PGP_KEY_FINGERPRINT"
|
gpg --batch --yes --delete-keys "$PGP_KEY_FINGERPRINT"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user