Skip to content

Commit

Permalink
build: Added Upload Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Jun 15, 2022
1 parent fbc2d88 commit 40c8724
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
with:
timeout_minutes: 4
max_attempts: 2
command: gradle build
command: gradle build

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: KickRedirect
path: build/libs/KickRedirect-**-SNAPSHOT-all.jar

0 comments on commit 40c8724

Please sign in to comment.