Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created August 29, 2023 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/fdcff044f203c644d18a6bf0d3192f10 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/fdcff044f203c644d18a6bf0d3192f10 to your computer and use it in GitHub Desktop.
jobs:
release-signing-build:
name: Release Signing Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment