File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 defaults :
1313 run :
14- working-directory : ./14_pushes
14+ working-directory : ./13_room
1515 steps :
1616 - name : Checkout Code
1717 uses : actions/checkout@v3
2424 - name : Build
2525 run : |
2626 chmod +x ./gradlew
27- ./gradlew build
28-
29- - name : Upload Build Artifact
30- uses : actions/upload-artifact@v4
31- with :
32- name : app-debug.apk
33- path : 14_pushes/app/build/outputs/apk/debug/app-debug.apk
27+ ./gradlew build
Original file line number Diff line number Diff line change 11# Fri Oct 30 13:18:19 MSK 2020
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments