Skip to content

Commit

Permalink
Update gradle-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elijuh authored Mar 22, 2024
1 parent 6d2466c commit 92c52a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -30,7 +31,7 @@ jobs:
run: ./gradlew build

- name: Upload Artifact
- uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3
with:
name: easy-code-screenshots
path: build/libs/*.jar

0 comments on commit 92c52a3

Please sign in to comment.