Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 5, 2024
1 parent 9d24e68 commit a1fd8d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
distribution: 'temurin'
- name: Generate override.properties
env:
DEV_SIGNING_KEY=${{ secrets.DEV_SIGNING_KEY }}
DEV_PASSWORD=${{ secrets.DEV_PASSWORD }}
DEV_SIGNING_KEY: ${{ secrets.DEV_SIGNING_KEY }}
DEV_PASSWORD: ${{ secrets.DEV_PASSWORD }}
run: |
rm -f override.properties
mv etc/github.gradle.properties gradle.properties
Expand Down Expand Up @@ -60,8 +60,8 @@ jobs:
distribution: 'temurin'
- name: Generate override.properties
env:
DEV_SIGNING_KEY=${{ secrets.DEV_SIGNING_KEY }}
DEV_PASSWORD=${{ secrets.DEV_PASSWORD }}
DEV_SIGNING_KEY: ${{ secrets.DEV_SIGNING_KEY }}
DEV_PASSWORD: ${{ secrets.DEV_PASSWORD }}
run: |
rm -f override.properties
echo "build.built-by=GitHub Actions" >> override.properties
Expand Down

0 comments on commit a1fd8d4

Please sign in to comment.