aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/gradle.yml
diff options
context:
space:
mode:
authorPandaNinjas <admin@malwarefight.gq>2023-03-05 04:11:17 +0000
committerGitHub <noreply@github.com>2023-03-05 04:11:17 +0000
commitc8793c8b7847f32e9eea23de27e81aa349009bbe (patch)
treec77869c04485bb7882d7d0d4f87b921eabd4ad4e /.github/workflows/gradle.yml
parentd53cc7abb763592731ec1620bb20a243d3f585ed (diff)
downloadNoSession-c8793c8b7847f32e9eea23de27e81aa349009bbe.tar.gz
NoSession-c8793c8b7847f32e9eea23de27e81aa349009bbe.tar.bz2
NoSession-c8793c8b7847f32e9eea23de27e81aa349009bbe.zip
Update gradle.yml
Diffstat (limited to '.github/workflows/gradle.yml')
-rw-r--r--.github/workflows/gradle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index ce00edc..f9e7ba2 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -30,7 +30,7 @@ jobs:
distribution: 'corretto'
- name: Add the release signing secret key
if: github.ref_name == 'main'
- run: echo $GPG_SIGNING_KEY > /tmp/signing.key && gpg --import /tmp/signing.key
+ run: echo $GPG_SIGNING_KEY | gpg --import
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Build with Gradle