Skip to content

Commit 64fd8a7

Browse files
committed
update actions
1 parent 2f3655c commit 64fd8a7

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/build-last-project.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -24,10 +24,4 @@ jobs:
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Oct 30 13:18:19 MSK 2020
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)