Merge pull request #1133 from SpaceXCheeseWheel/patch-1

Upload built Jarfiles as Artifacts with run Actions
This commit is contained in:
SiboVG 2022-02-20 02:07:46 +01:00 committed by GitHub
commit cbb309d057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,9 @@ jobs:
distribution: 'adopt'
- name: Ant build
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