Merge pull request #1133 from SpaceXCheeseWheel/patch-1
Upload built Jarfiles as Artifacts with run Actions
This commit is contained in:
commit
cbb309d057
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -24,4 +24,9 @@ jobs:
|
|||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- name: Ant build
|
- name: Ant build
|
||||||
run: ant -noinput -buildfile build.xml clean check jar unittest
|
run: ant -noinput -buildfile build.xml clean check jar unittest
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: openrocket_build_${{ github.run_number }}
|
||||||
|
path: ${{github.workspace}}/swing/build/jar/OpenRocket.jar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user