Skip to content

Commit

Permalink
fix: string parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisWooyeol committed Nov 20, 2023
1 parent a907331 commit 48e43ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Add API_BASE_URL to local.properties
run: echo "API_BASE_URL= ${{ secrets.API_BASE_URL }}" >> local.properties
run: echo "API_BASE_URL= \"${{ secrets.API_BASE_URL }}\"" >> local.properties
- name: Build with Gradle
run: ./gradlew clean build
- name: Test with Gradle
Expand Down

0 comments on commit 48e43ce

Please sign in to comment.