Add Build Artifacts

Upload compiled jar files as Artifacts. Makes it a lot easier to test and distribute bleeding edge builds.
This commit is contained in:
G 2022-02-15 13:19:44 -07:00 committed by GitHub
parent a856e61df2
commit a4c0d70721
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