Skip to content

Commit b5188c7

Browse files
author
Francisco Solis
authored
Merge pull request #27 from TheProgramSrc/feat/store-file-on-release
2 parents be806fd + 9b757fe commit b5188c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
with:
4545
name: FilesModule
4646
path: ./build/libs/FilesModule-${{ env.VERSION }}.jar
47+
# Here we upload the binary to the release
48+
- name: Upload to release
49+
uses: JasonEtco/upload-to-release@master
50+
with:
51+
args: ./build/libs/FilesModule-${{ env.VERSION }}.jar application/java-archive
4752
# Now we deploy the documents to GitHub pages
4853
- name: Deploy Dokka
4954
uses: JamesIves/[email protected]

.github/workflows/gradle-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Test"
22
# Only execute this workflow when a PR is opened or when something is pushed to the master branch
3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
testBuilds:
66
strategy:

0 commit comments

Comments
 (0)