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 8572246 commit 6d2466c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Gradle Package

on:
release:
types: [created]
push:
branches:
- master

jobs:
build:
Expand All @@ -27,3 +28,9 @@ jobs:

- name: Build with Gradle
run: ./gradlew build

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

0 comments on commit 6d2466c

Please sign in to comment.