Skip to content

Commit 388a9dd

Browse files
committed
update actions
1 parent 0039af7 commit 388a9dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
12+
defaults:
13+
run:
14+
working-directory: ./14_pushes
1315
steps:
1416
- name: Checkout Code
1517
uses: actions/checkout@v3
@@ -21,8 +23,8 @@ jobs:
2123

2224
- name: Build
2325
run: |
24-
chmod +x ./14_pushes/gradlew
25-
./14_pushes/gradlew build
26+
chmod +x ./gradlew
27+
./gradlew build
2628
2729
- name: Upload Build Artifact
2830
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)