1
0
Fork 0

upload archive in github action

master
Florian Schrofner 2022-02-27 09:48:27 +01:00
parent 3cd728756a
commit 6611815eef
2 changed files with 14 additions and 2 deletions

View File

@ -21,3 +21,9 @@ jobs:
- name: Execute Gradle build
run: ./gradlew shadowJar
- name: Archive build
uses: actions/upload-artifact@v2
with:
name: build
path: build/libs/

View File

@ -21,3 +21,9 @@ jobs:
- name: Execute Gradle build
run: ./gradlew nativeBinaries
- name: Archive build
uses: actions/upload-artifact@v2
with:
name: build
path: build/bin/native/hcReleaseExecutable/