aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPandaNinjas <admin@malwarefight.gq>2023-03-05 04:07:15 +0000
committerGitHub <noreply@github.com>2023-03-05 04:07:15 +0000
commitd53cc7abb763592731ec1620bb20a243d3f585ed (patch)
tree746c63ac7d46573fa2b9a58c5f02543ecfae4c6d /.github
parent030596e50fa2b64dbc340853f0a658c515ec9c1b (diff)
downloadNoSession-d53cc7abb763592731ec1620bb20a243d3f585ed.tar.gz
NoSession-d53cc7abb763592731ec1620bb20a243d3f585ed.tar.bz2
NoSession-d53cc7abb763592731ec1620bb20a243d3f585ed.zip
Update gradle.yml
Diffstat (limited to '.github')
-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 f9e7ba2..ce00edc 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 | gpg --import
+ run: echo $GPG_SIGNING_KEY > /tmp/signing.key && gpg --import /tmp/signing.key
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
- name: Build with Gradle