Skip to content

Commit 6f14a39

Browse files
author
Francisco Solis
committed
Ability To Store File In Release
1 parent 595e8ea commit 6f14a39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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/github-pages-deploy-action@v4.4.1

0 commit comments

Comments
 (0)