Skip to content

Commit

Permalink
Test builder change
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed May 18, 2020
1 parent 512874f commit ecb5927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
echo "${{ secrets.UNITY_ANDROID_KEYSTORE }}" > finoldigital.keystore.asc
gpg -d --passphrase "${{ secrets.UNITY_ANDROID_KEYSTORE_PASS }}" --batch finoldigital.keystore.asc > finoldigital.keystore
- uses: davidmfinol/unity-builder@v0.17
- uses: davidmfinol/unity-builder@v0.18
with:
unityVersion: ${{ matrix.unityVersion }}
targetPlatform: ${{ matrix.targetPlatform }}
Expand Down

0 comments on commit ecb5927

Please sign in to comment.