Github Action fix
This commit is contained in:
parent
c52a550380
commit
7c87bbd368
4
.github/workflows/build-single.yml
vendored
4
.github/workflows/build-single.yml
vendored
@ -117,6 +117,10 @@ jobs:
|
||||
|
||||
if: ${{ success() && github.event.inputs.repository != 'yes' }}
|
||||
|
||||
env:
|
||||
|
||||
GPG_PASS: ${{ secrets.GPG_PASSPHRASE1 }}
|
||||
|
||||
run: |
|
||||
|
||||
cd build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user