Skip to content

Commit

Permalink
chore: use ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed May 23, 2024
1 parent c5e4e68 commit c060721
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-develop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
TMP_KEYSTORE_FILE_PATH="${RUNNER_TEMP}"/keystore
mkdir "${TMP_KEYSTORE_FILE_PATH}"
echo $ENCODED_STRING | base64 -di > "${TMP_KEYSTORE_FILE_PATH}"/key.keystore
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: build staging flavour
run:
./gradlew app:assembleStagingRelease -p ./ --no-daemon
Expand Down

0 comments on commit c060721

Please sign in to comment.