Skip to content

Commit

Permalink
Merge pull request #5 from btmluiz/fix_credentials_path_ci_cd
Browse files Browse the repository at this point in the history
fix #4 credentials path on ci/cd
  • Loading branch information
btmluiz authored Jul 6, 2023
2 parents 2837d3e + 5c0550c commit 12f7fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1.19_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**.gradle'
- '**.properties'
branches:
- 1.19
- "1.19"

jobs:
build:
Expand All @@ -22,7 +22,7 @@ jobs:
distribution: 'temurin'
- name: Generate credentials.json
run: |
echo ${{ secrets.GOOGLE_CREDENTIALS }} > $GITHUB_WORKSPACE/common/src/main/resources/credentials.json
echo ${{ secrets.GOOGLE_CREDENTIALS }} > $GITHUB_WORKSPACE/common/src/main/resources/assets/cloudbackup/credentials.json
- name: Setup and build gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ supported_version=1.19
artifact_type=beta

archives_base_name=cloudbackup
mod_version=1.0.5
mod_version=1.0.6
maven_group=dev.nardole

architectury_version=3.9.66
Expand Down

0 comments on commit 12f7fc8

Please sign in to comment.