Update export-gameci-license.yml

This commit is contained in:
bd_ 2023-09-10 21:22:34 +09:00 committed by GitHub
parent bb76d18d7e
commit 57f1edb4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,6 @@ jobs:
run: |
sudo apt-get -y install gnupg
gpg --import .github/workflows/gameci-license-recipient.gpg
echo "${{ secrets.UNITY_LICENSE }}" | gpg --encrypt -a --trust-model always --recipient bd_@nadena.dev
echo "$UNITY_LICENSE" | gpg --encrypt -a --trust-model always --recipient bd_@nadena.dev
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}